.MenuType{
    background-size: cover;
    background-position: center;
}
.MenuType img{
    padding:3em;
}
.MenuType .container {
    margin-top: 2em;
    overflow:hidden;
}
.image-inside{
    max-height:150px;
}
@media (min-width: 1200px){
    div.MenuType img{
        max-height:350px;
        object-position:top;
        padding-bottom:0px;
    }
    .image-inside{
        max-height:350px;
    }
}
@media (min-width: 992px){
    .MenuType img{
        max-height:300px;
        object-position:top;
        padding-bottom:0px;
    }
    .image-inside{
        max-height:300px;
    }
}

@media (max-width: 991px){
    .MenuType img{
        max-height:350px;
        object-position:top;
        padding-top:0px!important;
    }
    .order-1,.order-2{
        order:unset!important;
    }
    .image-inside{
        order:2!important;
        max-height:300px;
    }
}
