

@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) {

}
/* 
.card-grid--pr .card-block {
    grid-row: span 5;
} */

.news-content--left .card-block__image--video{
    position: relative;
}

.news-content--left .video-thumb::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1;
    pointer-events: none;
}

.video-thumb .play-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: rgb(232, 232, 232);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #10218b;
}

.video-thumb .play-icon::before {
    font-family: Glyphicons Halflings,sans-serif;
    content: "\e072";
    font-size: 30px;
    position: unset;
}

.video-thumb:hover .play-icon {
    color: #2940d4;
    background-color: rgb(255, 255, 255);
}

.video-thumb:hover::before {
    background-color: rgba(0, 0, 0, 0.35);
}