#section-latestnews {
    padding: 35px 0;
}
#section-latestnews .card {
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}
#section-latestnews .card .card-img-overlay {
    z-index: 5;
    padding: 0;
    border-radius: 0;
}
#section-latestnews .card .card-info {
    width: 100%;
    min-height: 0%;
    padding: var(--bs-card-img-overlay-padding);
    background: var(--marien-card-info-bg);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}
#section-latestnews .card .card-img {
    height: 267px;
    object-fit: cover;
}
#section-latestnews .card .card-label {
    opacity: .7;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#section-latestnews .card a {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}
#section-latestnews .card a .ico {
    position: absolute;
    bottom: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    padding: .5rem;
}
#section-latestnews .card a svg {
    width: auto;
    height: 27px;
}
@media (min-width: 992px) {
    #section-latestnews {
        padding: 70px 0;
    }
    body.home #section-latestnews {
        padding-top: 0;
    }
    #section-latestnews .card.hover .card-info {
        min-height: 100%;
    }
    #section-latestnews .card .card-label {
        opacity: 1;
        font-size: 17px;
    }
    #section-latestnews .card a {
        align-items: center;
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    #section-latestnews .card .card-title {
        max-width: 80%;
    }
    #section-latestnews .card a .ico {
        top: auto;
        right: -20%;
        bottom: -16px;
    }
    .fancybox__container iframe {
        width: 350px !important;
    }
}
