.homepage-image-text-block--content {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden
}

.homepage-image-text-block--content .image-text-block-row__text-container {
    padding: 30px
}

@media screen and (max-width:768px) {
    .homepage-image-text-block--content .image-text-block-row__text-container {
        padding: 20px
    }
}

.homepage-image-text-block--content .image-text-block-row__text-container h2 {
    margin-top: 0
}

.homepage-image-text-block--content .image-text-block-row__text-container a:not(.btn) {
    color: unset;
    text-decoration: underline !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.homepage-image-text-block--content .image-text-block-row__text-container a:not(.btn):hover {
    text-decoration: none !important;
    opacity: .6
}

.homepage-image-text-block--content .image-text-block-row__text-container .btn {
    margin-top: 30px;
    margin-bottom: 0
}

.homepage-image-text-block--content .image-text-block--wrapper img {
    height: 500px;
    object-fit: cover
}

@media screen and (min-width:768px) {
    .homepage-image-text-block--content .homepage-image-text-block--left {
        text-align: center;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        width: 30%;
        z-index: 2
    }

    .homepage-image-text-block--content .homepage-image-text-block--center {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        width: 30%;
        z-index: 2
    }

    .homepage-image-text-block--content .homepage-image-text-block--right {
        text-align: center;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        width: 30%;
        z-index: 2
    }
}

.homepage-image-text-block--content .homepage-image--text-block--placeholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0
}

@media screen and (max-width:767px) {
    .homepage-image-text-block--content {
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 600px
    }

    .homepage-image-text-block--content .image-text-block--wrapper .img {
        height: 275px
    }

    .image-text-block--wrapper {
        order: 1
    }

    .image-text-block--wrapper img {
        height: 750px !important;
        object-fit: cover;
        object-position: 45%;
        margin-top: -150px;
    }

    .homepage-image-text-block--text-wrapper {
        order: 2;
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
        width: 80%;
        z-index: 2;
    }
}