/*
	Theme Name: Semplice 7 Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice7
*/

/* Custom CSS Start */

/* Custom CSS End */

/* HOMEPAGE */
.column-align-height .is-content img, .column-align-height .is-content video, .column-align-height .is-content .ce-video {
    max-height: 600px;
    height: calc(600 * (100vw / 1440)) !important;
    height: -moz-calc(600*(100vw / 1440)) !important;
    height: -webkit-calc(600 * (100vw / 1440)) !important;
    object-fit: cover;
    object-position: center center;
}
@media screen and (max-width: 767px) {
    .column-align-height .is-content img, .column-align-height .is-content video, .column-align-height .is-content .ce-video {
        height: initial !important;
    }
}