.mobileLogin-Header {z-index: 1; background-image: url(https://drive.google.com/uc?id=1-aSD4Ih37vzNkRjcufHUnAf3xwlh9DT4) !important; background-position: center; background-repeat: no-repeat; background-size: 300px 108px; min-height: 108px;}

.ic-Login-header {
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
}

.intro-video{
    background:url(https://drive.google.com/uc?id=1oEzAbCJ3rigcK06RbkNWJrgpy48bRwe5);
    background-repeat: no-repeat; 
    background-size: cover;
    text-align:center;
    
}

.intro-video iframe{z-index: 2}

  .custom-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .custom-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }