#parallax-bg {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   background-size:cover;
}

#parallax-bg iframe {
   width: 151.11vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   /*min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   min-height: 100vh;
   min-width: 151.11vw; /* Given a 16:9 aspect ratio, 16/9*85 = 151.11 */
   position: absolute;
   /*top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);*/
   top: 0;
   left: 50%;
   transform: translate(-50%, 0);
}


  
}

.home-slide-inner {
  left: auto !important;
  right: 0;
}

@media (max-width: 767px) { 
  .home-slide {
    display: flex !important;
    justify-content: center;
    font-size: 19px !important;
  }
  
  .home-slide .line-2 {
    font-size: 17px !important;
  }
  
  .home-slide-inner {
    width: 400px !important;
    max-width: 100% !important;
    padding: 2% 0 !important;
  }
}