.element {
	position: relative;
	margin-bottom: 30px;
}

.element-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #eeed;
    border-radius: 0 20px 0 0;
    padding: 15px 25px 15px 15px;
    min-width: 70%;
    max-width: 90%;
}
.element-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}


.element-link {
}

.element-link a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
	color: #333;
	margin: 5px 0;
}

.element .image {
    position: relative;
    width: 100%;
    padding-top: 125%;
}
.image img {
    width: auto;
    max-height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    height: 100% !important;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
