@media screen and (min-width: 1100px) and (max-width: 2000px){ 
    .top-header {
        background: none !important;
    border:none;
    }
    
    
    .mline{
    display:none
    }
    
    .bclr {
      color:rgb(209 174 108) !important;
    }
    
    
    .nbclr{
      color: rgb(209 174 108) !important;
    }
    
    .bg-light {
    background:none !important;
    }
    .navbar-light .navbar-nav .nav-link.scrolled-text {
     color: #4D4D4F !important;
    }
    .scrolled-header{
    background: #f8f9fa !important;
    height: 41px;
    border-bottom: 1px solid #ececec;
    font-size: .91429rem;
    }
    
    .scroll-header-text{
    color:#333 !important;
    }
    .navbar-light .navbar-nav .nav-link{
      color: rgb(209 174 108) !important;
    }
    
    .slide{
    margin-top:0px !important;
    }
    
    .shadow-sm{
    box-shadow:none !important
    }
    
    .vheight{
    height: 94vh;
    max-height: 94vh;
    }
    
    .checkin-block {
        position: absolute;
        margin-top: 0em;
        z-index: 1;
        background: rgba(26, 26, 26, 0.8);
        height: 75px;
    }
    
    .nav-bottom{
    margin: 0em 0em;
    }
    
    .scrolled{
        background: #f8f9fa !important;
        }
     
    
    }
    
    
    @media screen and (max-width: 1100px) 
    .nbclr{
      color: #333 !important;
    }
    }
    
    
@media screen and (max-width: 767px) {
    .mobile-video {
        display: block;
    }
    .desktop-video {
        display: none;
    }
    .full-video-link {
        z-index: 1;
        position: absolute;
        left: 50%;
        bottom: -3%;
        transform: translate(-50%, -50%);
        padding: 5px 5px;
        border:2px solid rgb(209 174 108) !important;
        color: rgb(209 174 108) !important;

    }
    
}

@media screen and (min-width: 768px) {
    .mobile-video {
        display: none;
    }
    .desktop-video {
        display: block;
        width: auto;
    }
    .full-video-link {
        z-index: 1;
        position: absolute;
        left: 50%;
        bottom: 0%;
        transform: translate(-50%, -50%);
        padding: 5px 5px;
        border:2px solid rgb(209 174 108);
        color:rgb(209 174 108);
    }
    
  .embed-responsive {
      max-height: 95vh;
    height: 95vh;
  }
  
}


/* video  css  end*/
    