/*-- Use For Custom Styling --*/

/*--Zoom video on mobile view --*/
@media (max-width: 999px) {
  .mobile-zoom-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }

  .learn-more-section {
    background-position: 60% 50%;
    /* Change these values to control the zoomed part */
  }

}