.iframetour {
    margin-top: 4%;
    height: 96%;
    width: 89%;
      }
  
  .iphoneiframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff !important;
  }
  .iphoneiframe.active .mobile-body {
    -webkit-transform: scale(0.5)!important;
            transform: scale(0.5)!important;
    opacity: 1;
    box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.1);
  }
  
  .bg-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  
  .mobile-body {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35.6rem;
    height: 72.2rem;
    border-radius: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    box-shadow: none;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-bottom: 7.5rem;
  }
  .mobile-body .layer-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .4rem solid #dcdcdc;
    border-radius: 6rem;
  }
  .mobile-body .layer-2 {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    top: 0.3rem;
    bottom: 0.3rem;
    border: 1.6rem solid #000000;
    border-radius: 5.6rem;
  }
  .mobile-body .layer-gradient-1 {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    top: 1.1rem;
    bottom: 1.1rem;
    border: .3rem solid #484848;
    border-radius: 5rem;
    -webkit-filter: blur(1px);
            filter: blur(1px);
    opacity: .5;
  }
  .mobile-body .layer-gradient-2 {
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    top: 0.7rem;
    bottom: 0.7rem;
    border: .4rem solid #bcbcbc;
    border-radius: 5.6rem;
    opacity: .5;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .mobile-body .top-bar {
    width: 17.3rem;
    height: 2.8rem;
    background-color: #000000;
    position: absolute;
    top: 1.7rem;
    left: 9.1rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .mobile-body .top-bar:before {
    content: "";
    position: absolute;
    bottom: 1.25rem;
    left: -0.9rem;
    width: .8rem;
    height: .8rem;
    border: .4rem solid transparent;
    border-top: .4rem solid black;
    border-right: .4rem solid black;
    border-top-right-radius: .6rem;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
  }
  .mobile-body .top-bar:after {
    content: "";
    position: absolute;
    bottom: 1.25rem;
    right: -0.9rem;
    width: .8rem;
    height: .8rem;
    border: .4rem solid transparent;
    border-top: .4rem solid black;
    border-left: .4rem solid black;
    border-top-right-radius: .6rem;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  .mobile-body .camera {
    position: absolute;
    bottom: 1.1rem;
    right: 4.5rem;
    right: 4.5rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    border-radius: 50%;
    border: .2rem solid #1e1f22;
    background-image: -webkit-linear-gradient(right, #091528, #2363a6);
    background-image: linear-gradient(right, #091528, #2363a6);
  }
  .mobile-body .speaker {
    position: absolute;
    bottom: 1.3rem;
    right: 6.5rem;
    width: 4rem;
    height: .6rem;
    background-color: #161616;
    border-radius: .2rem;
  }
  .mobile-body .button {
    width: .3rem;
    height: 2.5rem;
    background-color: #dcdcdc;
    position: absolute;
    left: -.2rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .mobile-body .button.silent {
    top: 9.8rem;
  }
  .mobile-body .button.volume-up {
    top: 15rem;
    height: 5rem;
  }
  .mobile-body .button.volume-down {
    top: 21.6rem;
    height: 5rem;
  }
  .mobile-body .button.power {
    top: 16.9rem;
    height: 5rem;
    right: -.3rem;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  @media (max-width: 600px) {  
      
    .mobile-body {
      -webkit-transform: scale(0.65) !important;
              transform: scale(0.65) !important;
    }
  }
  @media (max-height: 800px) {
    .mobile-body {
      -webkit-transform: scale(0.77) !important;
              transform: scale(0.77) !important;
    }

  }
  @media (max-height: 630px) {
    .mobile-body {
      -webkit-transform: scale(0.53) !important;
              transform: scale(0.53) !important;
    }

  }
  