.gse-card {

}
.gse-card-img {
	padding-bottom: calc(69% - 0.5rem);
	position: relative;
}
.gse-card-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
    z-index: 1;
}
.gse-card-img-wrap img {
    display: block;
    width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
	
}
.gse-card-body {
	
}
.gse-card-body-item {
	border-top: 1px solid var(--gse-light-grey);
	padding: 0.15rem 0;
	font-size: 14px;
}
.gse-card-body-item:first-of-type {
	border-top: none;
	padding-top: none;
}
.object-contain {
    height: 100% !important;
    object-fit: contain;
    object-position: center;	
}
.object-cover {
    height: 100% !important;
    object-fit: cover;
    object-position: center;	
}
.object-fill {
    height: 100% !important;
    object-fit: fill;
    object-position: center;	
}