.text-content-image-top {
    height: 220px;
    position: relative;
}

.text-content-image-bottom {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.text-content-image-bottom__left {
    width: 85px;
    height: 121px;
}

.text-content-image-bottom__right {
    width: calc(100% - 101px);
    height: 121px;
}

.video-bttn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.video-bttn svg {
    width: 99px;
    height: auto;
    transition: all .3s;
}

.image-text__img__wrap {
    position: relative;
}

.image-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.image-wrapper img {
    border-radius: 50px;
    box-shadow: 0 3px 6px #0000007a;
    width: 100%;
    height: 100%;
}

.primary-image {
    padding: 40px 0 40px 0;
    width: 100%;
    height: 460px;
}

.drop {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -10px;
}

.image-text {
    position: relative;
}

.pattern-half-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: right;
    z-index: 0;
}

.image-text .container {
    position: relative;
    z-index: 1;
}

.secondary-image {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .text-content-image-top {
        height: 443px;
    }
    
    .text-content-image-bottom {
        margin: 32px 0 0 0;
    }
    
    .text-content-image-bottom__left {
        width: 172px;
        height: 243px;
    }
    
    .text-content-image-bottom__right {
        width: calc(100% - 204px);
        height: 243px;
    }
}

@media (min-width: 1200px) {  
    .text-content-image-top {
        height: 450px;
    }

    .primary-image {
        padding: 40px 0 40px 40px;
        width: 548px;
        height: 460px;
    }    
    
    
    .text-content-image-bottom__left {
        width: 175px;
        height: 247px;
    }
    
    .text-content-image-bottom__right {
        width: calc(100% - 207px);
        height: 247px;
    }

    .video-bttn svg {
        width: 152px;
    }

    .video-bttn:hover {
        background: none;
    }

    .video-bttn:hover svg {
        transform: scale(1.1);
    }

    .image-text--left  .flex-opposite {
        flex-direction: row-reverse;
    }

    .image-text--left  .flex-opposite .image-wrapper {
        justify-content: flex-start;
    }

    .image-text--left  .flex-opposite .primary-image {
        padding: 40px 40px 40px 0;
    }

    .image-text--left  .flex-opposite .secondary-image {
        left: auto;
        right: 0;
    }

    .image-text--left  .flex-opposite .drop {
        left: -114px;
        top: 5px;
    }

    .drop {
        position: absolute;
        z-index: 1;
        right: -104px;
        top: -10px;
    }
}