.module_image {
    height: 325px;
    position: relative;
    overflow: hidden;
}

.module_image .image {
    height: 100%;
    top: 0 !important;
}

.module_image .image.mobile {
    top: 0 !important;
}

.module_image {
    height: 485px;
}

@media (min-width: 768px) {
    .module_image {
        height: 560px;
    }
}