
@media screen and (min-width: 1200px) {
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        width: 35% !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        width: 50% !important;
    }
}