img.card-block__image {
    height: 215px;
    object-fit: cover;
    object-position: top;
}

@media screen and (min-width: 570px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1024px) {
    #intro .left-caption-right-image .right-image{
        object-position: center;
        max-height: 640px;
    }
}

@media screen and (min-width: 1200px) {
    .left-caption .group-container{
        max-width: 500px;
    }
}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1920px) {

}