@media (max-width: 975px) {
    #header #logo {
        display: block;
        width: 286px;
        float: left;
        margin-left: 13px;
        margin-top: 4px;
        margin-bottom: 8px;
    }
    #header #logo {
        position: absolute;
        background-image: url(/sites/all/themes/YQYP_theme/assets/images/logo-responsivo-yqyp.png);
        width: 45px;
        height: 40px;
        background-repeat: no-repeat;
        }
    

    #header img {
        width: 286px;
        display: none;
    }
    
    .lang_dropdown_form .form-item-lang-dropdown-select {

    position: absolute;
    right: 80px;
    margin-top: 10px;
    }
    
    .lang_dropdown_form .lang-dropdown-select-element  {
    width: 80px !important;
    height: 30px;
    font-family: "Roboto", sans-serif;
    background-color: #1B3C6C;
    color: white;
    border-radius: 0px;
    text-transform: uppercase;
    /*-webkit-appearance: none;*/
    }
  

}