
@media (max-width: 600px) {
    #logo{
        margin: auto;
    width: 53px;
    flex-shrink: 0;
    position: relative;
    right: 5%;
        }
    .titlelogo {
        height: 100%;
        position: relative;
        top: 3%;
        margin: auto;
    }
    h3{
        text-transform: uppercase;
    }
    .dropdown{
        display: block;
    }
    .antdrop{
        display: none;
    }
    #Headertitlevic{
        width: 100%;
      }
    .dropdown {
        height: 100%;
        width: 100%;
        position: relative;
        display: inline-block;
    }
      
    .dropdown-content {
        top: 100%;
        display: none;
        position: absolute;
        background: #084D6E;
        min-width: 100%;
        height: auto;
        
        
        z-index: 1;
    }
      
    .dropdown:hover .dropdown-content {
        display: block;
    }


    .Headertagname{
        display: none;
    }
    .Headertagnamemobile{
        display: block;
        height: 100%; 
        text-align: center;
        color: #FFF;
        text-align: center;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-bottom: solid;
        width: 100%;
        height: 40px;  

    }
    .Headertagname h3{
        font-size: 10px;
    } .boximg{
        display: none;
    }
    .boximgmobile{
        display: block;
    }
   .boximgmobile{
   
        height: auto;
        position: relative;
        top: 5%;
        left: 1%;
        width: 320px;
       
   }
   .box{
    width: 90%;
   }
   #page{
    top:0;
   }
    .dropdown-content  a:-webkit-any-link {
        text-decoration: none;
    }
    .video {
        margin: auto;
        width: auto;
    }
    .videoplayer{
        width: auto;
    }
}
@media (max-width: 420px) {
    #logo {
        top: 22%;

        width: 53px;
        flex-shrink: 0;
        position: relative;
        right: 8px;
    
    }
    .titlelogo {
        height: 100%;
        position: relative;
        top: -3px;
        margin: auto;
        
    }

}