/* =============================================== */
/* GENERIC CLASSES */
/* =============================================== */

.sfc-img-large-height {
    height: 60rem;
}

.sfc-avatar-img {
    margin: 0;
}

.sfc-img-medium-height {
    height: 45rem;
}

.sfc-slide {
	flex-wrap: wrap;
    place-items: flex-start;
}

.sfc-quotes {
    display: none;
}