<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.videos-1{
    padding-top:40px;
    margin-left:10%;
    margin-right:10%;
  
}
.special-video{
    transform: translateY(20%);
}
/* .main-text{
    padding:140px;
 
} */
.navigation-2{
    top:30;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height:width) */
  }
  
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
@media(max-width:650px){
  .special-video{
    transform: translateY(0%);
    
}
}
@media(max-width:500px)
{.videos-1{
    padding-bottom:0;
}
    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 60%; /* 16:9 aspect ratio (height:width) */
      }
      .special-video{
        transform: translateY(0%);
    }
      .iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
}

</pre></body></html>