
.image-head .bg-opacity {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.image-head img {
    object-fit: cover;
}

.image-head .card {
    border: none;
    border-radius: 0;
}

.image-head .card .card-img-overlay {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin-top: -30px;        
}

.image-head .card .card-img-overlay .pretitle {
    font-family: Proxima Nova;
    font-weight: 400;
    font-size: 22pt;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.image-head .card .card-img-overlay .title {
    font-family: Gilroy-Heavy;
    font-size: 36pt;
    color: white;
    text-transform: uppercase;
}

.image-head .card .card-img-overlay .text {
    color: white;
    font-size: 13.5pt;
    width: 65%;
}

@media (max-width: 1199.98px) {
    .image-head .card .card-img-overlay .text {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .image-head .card .card-img-overlay {
        margin-top: -50px;
    }
}

@media (max-width: 767.98px) {
    .image-head .card .card-img-overlay {
        margin-top: -80px;
    }
}

@media (max-width: 575.98px) {
    .image-head .card .card-img-overlay {
        margin-top: -50px;
    }

    .image-head .card .card-img-overlay .text {
        font-size: 11pt;
    }

    .image-head .card .card-img-overlay .pretitle {
        font-size: 18pt;
    }
}