#office_modena{
    background: url('../../img/locations_modena.jpg') no-repeat fixed center top / cover;
    overflow: hidden;
}

#office_modena .main-menu li a:hover{
    color: #000 !important;
}

.office_detail_modena{
    width:655px;
    height: 680px;
    left: 60px
}

@media (max-width: 2199px){
    .office_detail_modena{
        width:540px;
        height: 560px
    }
}

@media (max-width: 1999px){
    .office_detail_modena{
        width:470px;
        height: 480px
    }

}

@media (max-width: 1799px){
    .office_detail_modena{
        width:435px;
        height: 465px
    }

}

@media (max-width: 1599px){
    .office_detail_modena{
        width: 450px;
        height: 470px;
        left: 10px;
    }

}

@media (max-width: 1399px){
    .office_detail_modena{
        width: 430px;
        height: 450px;
    }

}

@media (max-width: 1199px){

    .office_detail_modena{
        width: 400px;
        height: 420px;
        left: -20px;
    }
}

@media (max-width: 767px){

    .office_detail_modena{
        width: 300px;
        height: 400px;
        left: 0
    }
}

@media (max-width: 450px){

    .office_detail_modena{
        width: 250px;
        height: 400px;
        left: 0
    }
}

