
@media screen and (min-width: 1025px) {
    /*DESKTOP HD*/
    .studio {  }
    /**/
    .search {
        border: solid 1px #b3b3b3;
        background: url(../Content/img/arrowdown.png) no-repeat 95% center;
        background-size: 12px auto;
        height: auto;
        padding: 5px 10px;
        text-transform: none;
        color: #666;
        -webkit-appearance: auto;
    }

    .datesearch {
        background: url(../Content/img/arrowdown.png) no-repeat 95% center;
        background-size: 12px auto;
    }
}

@media screen and (max-width: 1024px) and (min-width:480px) {
    /*TABLET AND SMALL SCREEN*/
    
    .studio { /*height: 400px ; */margin-bottom:80px !important; }
    /**/
}

@media screen and (max-width: 767px) {
    /*MOBILE*/
    .studio { width: 100% !important; /*height: 390px ;*/ margin-bottom:80px; }
    /**/
}
