/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
    
.custom-translate .dropdown-menu {
    left: -35px;
}
.img-logo {
    width: 63px !important;
    margin-left: 35px !important;
}
}



