.adt-product-video {
    margin: clamp(2rem, 4vw, 4rem) 0 0;
    width: 100%;
}

.adt-product-video__media {
    background: #0b2d2d;
    display: block;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    width: 100%;
}

.adt-product-video-picker {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin-top: 8px;
}

.adt-product-video-picker__remove {
    align-self: center;
}
