﻿.video-component-embeded {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 96px 20px;
    min-width: 335px;
    min-height: 200px;
    width: unset;
    height: unset;
}

@media (min-width: 1024px) {
    .video-component-embeded {
        margin: 96px auto;
    }
}

.video-component-embeded iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative !important; /*force position if embed video has postion absolute*/
}

@media (min-width: 1024px) {
    .video-component-embeded iframe {
        width: 912px !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }
}

@media (min-width: 1512px) {
    .video-component-embeded iframe {
        width: 1384px !important;
        height: auto !important;
        aspect-ratio: 16/9;
    }
}
