/**
 * Image styles — Engraveit (Avada Child)
 */



.imgFill{
	min-height: 400px; /* adjust to your preferred height */
overflow: hidden;
position: relative;
}

/* Fusion image frame — add imgMax to the image element in Avada */
.fusion-imageframe.imgMax {
display: block;
width: 100%;
height: 300px !important;
overflow: hidden;
line-height: 0;
}

.fusion-imageframe.imgMax img {
display: block;
width: 100%;
height: 300px !important;
max-height: 300px !important;
object-fit: cover;
object-position: center;
}
