

/* ------------------- */
/* Embedded tiktok CSS */
/* ------------------- */

/* ------------------ */
/* Youtube SHORTS CSS */
/*------------------- */
.embed-youtube-shorts {
    margin: 0;
    padding: 0;
    border: 0;
}
.embed-youtube-shorts iframe,
.embed-youtube-shorts object,
.embed-youtube-shorts embed {
    border: 0;
    top: 0;
    left: 0;
    width: 28rem;
    height: 50rem;
    border-radius: 4.9px;
}
@media (max-width: 575px){
    .embed-youtube-shorts iframe,
    .embed-youtube-shorts object,
    .embed-youtube-shorts embed {
        width: 21rem;
        height: 37.5rem;
    }
}
@media (max-width: 450px){
    .embed-youtube-shorts iframe,
    .embed-youtube-shorts object,
    .embed-youtube-shorts embed {
        width: 17.5rem;
        height: 31.24rem;
    }
}

/* ----------------- */
/* Youtube Video CSS */
/* ----------------- */
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 3.9px;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

