.article {
    iframe {
        width: 100%;
        height: 47vw;
    }
}


.ricky-adjust {
    background-position: center 25%;
}

@media (min-width: 1024px) {
    .article iframe {
        height: calc(30.2vw - 105px);
    }
}

/* .image-container:has(.overlay-text-small) {
    position: relative;
    background: linear-gradient(68.66deg, #672D89 19.28%, #9C2463 100%);

    .hero-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        width: 50%;
        height: 100%;

        & > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-width: none;
        }

        &.left {
            left: 0;
        }

        &.right {
            right: 0;
        }
    }

    .hero {
        
        backdrop-filter: blur(6px) brightness(0.6);
        width: 100%;
        display: flex;
        justify-content: center;
        
    }
} */

b {
    letter-spacing: 0.04em;
}

.overlay-text-small {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    

    & > * {
        position: absolute;
    }

    & > .hero-bg {
        aspect-ratio: 3 / 2;
        height: 100%;
    }

    & > .title {
        color: white;
        top: 10%;
        right: 0%;
        width: 100%;
        height: 90%;

        .top {
            font-family: 'Palatino', sans-serif;
            font-weight: 600;
            letter-spacing: 0.2em;
        }

        .middle-front, .middle-back {
            position: absolute;
            font-family: 'Yantramanav', sans-serif;
            font-weight: 600;
            letter-spacing: 0.1em;
        }

        .middle-back {
            top: 0;
            left: 0;
            width: 100%;
            height: 97px;
        }

        .bottom {
            font-family: 'Palatino', sans-serif;
            letter-spacing: 0.2em;
        }

        .headline {
            font-family: 'Palatino', sans-serif;
            letter-spacing: 0.05em;
        }

        .subhead {
            font-family: 'Roboto', sans-serif;
        }

        .subtext {
            font-family: 'Roboto', sans-serif;
            letter-spacing: 0.13em;
        }
    }

    & > .description {
        top: 73%;
        left: 4.75%;
        width: 35%;

        text {
            letter-spacing: 0.08em;
        }

        &.large-text {
            width: 50%;
        }
    }

    & > a.cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 14.4%;
        left: 5.9%;
        bottom: 15%;
        border-radius: 3px;
        background: #72216d;
        padding: 1.4% 1.5%;

        p {
            color: white;
            margin: 0;
            font-size: 1.5vw;
            letter-spacing: 0.08em;
            line-height: normal;
        }

        .arrow {
            width: 20%;
        }
    }

    @media (min-width: 768px) {
        width: auto;
        height: 67vh;

        & > a.cta {
            border-radius: 5px;
        }
    }

    @media (min-width: 1500px) {
        & > a.cta {
            p {
                font-size: 22.5px;
            }
        }
    }
}

article h4 {
    font-size: 2rem;
    margin-bottom: 0;
}