.at-excerpts {
    margin-left: auto;
    margin-right: auto;
}

.at-excerpts__sectionTitle,
.at-excerpts__sectionIntro {
    text-align: auto;
}

.at-excerpts__sectionIntro {
    margin: 0 auto 50px;
}

.at-excerpts__article {
    position: relative;
    height: 20em;
    box-sizing: border-box;
    margin: 0 auto 0.5em;
    overflow: hidden;
    border: 0px solid #a0c442;
    border-radius: 25px;
    }

.at-excerpts__article:hover .at-excerpts__imageContainer {
    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    }

.at-excerpts__imageContainer {
    position: absolute;
    width: 100%;
    height:auto;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    -webkit-transition: all 1s;
    transition: all 1s;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    pointer-events: none;
    background-size: cover!important;
    
}

.at-excerpts__textContainer {
    position: absolute;
    padding: 0em;
    top: 0em;
    bottom: 0em;
    right: 0.5em;
    left: 0.5em;
}

.at-excerpts__articleTitleElement {
    padding: 1em 1em;
    margin-bottom: 15%;
    margin-left: 0em;
    margin-right: 0em;
    max-width: 100%;
    text-transform: none;
    font-size: 1em;
    font-weight: bolder;
    color: #333333;
    border-radius: 10px;
    background-color: #ffffff; opacity: .85
}

.at-excerpts__imageContainer img {
    display: block;
    width: 100%;
  	height: auto;
    filter: grayscale(0%);
    border-radius: 20px;
}

.at-excerpts__heading--big {
    font-size: 20em;
}

.at-excerpts__heading--noMargin {
    margin-top: 50em;
}

.at-excerpts__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-excerpts__linkUrl {
    position: absolute;
    top: 20%;
    right: 0;
    border-radius: 10px;
    background: rgba(255,255,255,0.85);
}

@media screen and (min-width: 620px) {
    .at-excerpts__sectionsContainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .at-excerpts .at-excerpts__article {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        float: left;
        width: calc(33.33% - 1.4rem);
        margin-bottom: 3%;
    }
	.at-excerpts__textContainer {
    	position: absolute;
    	padding: 0em;
    	top: 1em;
    	bottom: 0em;
    	right: 0.5em;
    	left: 0.5em;
  }
    .at-excerpts--2 .at-excerpts__article {
        margin-right: 1rem;
    }

    .at-excerpts--3 .at-excerpts__article {
        margin-right: 1rem;
    }

    .at-excerpts__article:last-child {
        margin: 0;
    }
}