.vr-image {
  padding-top: 0px;
  background-image: url("/images/vr/vr_background.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.vr-instructions-wrapper {
  margin: auto;
  margin-top: 200px;
  width: 600px; }
  .vr-instructions-wrapper .vr-instructions-goggles {
    margin-bottom: 30px; }
  .vr-instructions-wrapper .vr-instructions-title {
    color: white;
    font-size: 63px;
    line-height: 65px; }
  .vr-instructions-wrapper .vr-instructions-description {
    color: white;
    font-size: 20px;
    margin-top: 20px; }
  .vr-instructions-wrapper hr {
    border-top: 1px solid #006EC3;
    margin: 30px 0; }
  .vr-instructions-wrapper .vr-instructions-description-2 {
    color: white;
    font-size: 18px;
    margin-bottom: 30px; }
  .vr-instructions-wrapper .vr-instructions-image {
    padding-left: 0px; }
    .vr-instructions-wrapper .vr-instructions-image a:hover {
      text-decoration: none; }
    .vr-instructions-wrapper .vr-instructions-image a:focus {
      text-decoration: none; }
  .vr-instructions-wrapper .vr-instructions-text {
    margin-top: 10px;
    color: #006EC3; }

@media (max-width: 1600px) {
  .vr-instructions-wrapper {
    margin-top: 60px; } }
