collection-shoppable-video {
    position: relative;

    & video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;

        @media(min-width: 990px) {
            max-height: 450px;
        }
    }

    & .collection-shoppable-video--copy {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 15px 15px 0px 15px;
        z-index: 5;

        @media(max-width: 990px) {
            padding: 0 5px 0 5px;
        }

        & p {
            font-size: 14px;

            @media(max-width: 990px) {
                line-height: 1;
            }
        }
    }

    & img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & .metafield-rich_text_field {
        margin-top: 5px;

        & p {
            @media(max-width: 990px) {
                line-height: 1;
            }
        }
    }

    & .collection-shoppable-video--atc {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 15px 0 25px 0;

        @media(max-width: 990px) {
            padding: 15px 0 15px 0;
        }

        & span {
            font-size: 16px;
            font-weight: bold;
        }
    }
}