.hl-box-bg-multiple-block {
    overflow: hidden;
}

.hl-box-bg-multiple-block h2 {
    margin-bottom: 30px;
}

.hl-box-bg-multiple-block .content {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hl-box-bg-multiple-block .overlay {
    z-index: 1;
}

.hl-box-bg-multiple-block .text-container-on-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.hl-box-bg-multiple-block .img-container {
    width: 1280px;
    height: 726px;
    overflow: hidden;
    position: relative;
}

.hl-box-bg-multiple-block img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
}

.hl-box-bg-multiple-block .img-container .img.zoom-animation {
    transition: transform 600ms ease-in-out;
}

.hl-box-bg-multiple-block .img-container:hover .img.zoom-animation {
    transform: scale(1.1);
}

.hl-box-bg-multiple-block .btn {
    margin: 1rem 0 0;
}

@media screen and (max-width:1920px) {

    .hl-box-bg-multiple-block .img-container {
        width: 635px;
        height: 540px;
    }

}

@media screen and (max-width:1199px) {

    .hl-box-bg-multiple-block .text-container-on-image {
        padding: 1rem;
        width: 75%;
    }

}

@media (max-width:1199px) and (min-width:992px) {

    .hl-box-bg-multiple-block .img-container {
        width: 450px;
        height: 450px;
    }

}

@media screen and (max-width:991px) {

    .hl-box-bg-multiple-block .img-container {
        width: 690px;
        height: 587px;
    }

}

@media screen and (max-width:767px) {

    .hl-box-bg-multiple-block .text-container-on-image {
        width: 100%;
    }

}

@media screen and (max-width:575px) {
        
    .hl-box-bg-multiple-block .img-container {
        width: auto;
        height: auto;
    }

    .hl-box-bg-multiple-block img {
        position: relative;
    }

}

@media screen and (max-width:425px) {
        
  

}
