@media (min-width: 200px){
    #home-search {
        position: fixed;
        left: 44%;
        top: 74%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 40%;
    }
    .overlay video {
        position: relative;
        height: 600px;
        min-height: 100%;
        width: 1066px !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    }
    .overlay .video-banner-text{
        font-size: 25px;
    }
    .home_title {
        font-size: 46px;
    }
    
    
    .modal_form_logout{
        width: 80%;
    }
}

@media (min-width: 300px){
    #home-search {
        position: fixed;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 40%;
    }    
    .overlay video {
        position: relative;
        height: 600px;
        min-height: 100%;
        width: 1066px !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    }
    .overlay .video-banner-text{
        font-size: 35px;
    }    
    .home_title {
        font-size: 46px;
    }
    
    
    .modal_form_logout{
        width: 80%;
    }
}

@media (min-width: 540px){
    #home-search {
        position: fixed;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 36%;
    }
    .overlay video {
        position: relative;
        height: 700px;
        min-height: 100%;
        width: 1246px !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    }
    .overlay .video-banner-text{
        font-size: 50px;
    }    
    .home_title {
        font-size: 46px;
    }
    .modal_form_logout{
        width: 70%;
    }    
}

@media (min-width: 600px){
    #home-search {
        position: absolute;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 42%;
    }
    .overlay video {
        position: relative;
        height: 100%;
        min-height: 100%;
        width: 100% !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    } 
    .overlay .video-banner-text{
        font-size: 55px;
    }   
    .home_title {
        font-size: 46px;
    }
    .modal_form_logout{
        width: 60%;
    }    
}

@media (min-width: 780px){
    #home-search {
        position: absolute;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 42%;
    }
    .overlay video {
        position: relative;
        height: 100%;
        min-height: 100%;
        width: 100% !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    } 
    .overlay .video-banner-text{
        font-size: 75px;
    } 
    .home_title {
        font-size: 48px;
    }  
    .modal_form_logout{
        width: 50%;
    }    
}

@media (min-width: 920px){
    #home-search {
        position: absolute;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 42%;
    }
    .overlay video {
        position: relative;
        height: 100%;
        min-height: 100%;
        width: 100% !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    }
    .overlay .video-banner-text{
        font-size: 80px;
    }  
    .home_title {
        font-size: 62px;
    }  
}

@media (min-width: 1200px){
    #home-search {
        position: absolute;
        left: 44%;
        top: 73%;
        bottom: 0%;
    }
    #home-text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 42%;
    }
    .overlay video {
        position: relative;
        height: 100%;
        min-height: 100%;
        width: 100% !important;
    }  
    .main_logo {
        width: 180px;
        margin: 4% 0;
    } 
    .overlay .video-banner-text{
        font-size: 85px;
    }  
    .home_title {
        font-size: 62px;
    } 
}