

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

@media (max-width: 768px) {
.wtypeimage_full_width .img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px !important;
    position: relative;
}
}

.wtypeimage_full_width .img_wrapper {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 400px;
    position: relative;
}