.mwb-img-gallery__row{display:flex;flex-wrap:wrap}.mwb-img-gallery__col{flex:0 0 100%;position:relative}.mwb-img-gallery__col--link{inset:0;position:absolute;z-index:99}.mwb-img-gallery__content{cursor:pointer;height:100%;position:relative}.mwb-img-gallery__image{height:100%}.mwb-img-gallery__content:after{content:"";inset:0;opacity:0;position:absolute;transition:.5s ease}.mwb-img-gallery__col:hover .mwb-img-gallery__content:after,.mwb-img-gallery__col:hover .mwb-img-gallery__text{opacity:1}.mwb-img-gallery__image img{display:block;height:100%;object-fit:cover;width:100%}.mwb-img-gallery__text{left:50%;opacity:0;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:.5s ease;width:calc(100% - 30px);z-index:99}@media only screen and (max-width:767px){.mwb-img-gallery__content{height:auto;padding:0}.mwb-img-gallery__row .mwb-img-gallery__col{margin-bottom:20px;max-width:100%}.mwb-img-gallery__image{flex:0 0 100%;position:unset}}