/*BEG: css for Gallery-Html*/
.m-gallery-box.youtube-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: flex;
    align-items: center;
}

div#box-gallery .gallery-box-wrap .col-md-4 {
    aspect-ratio: 1;
}

body.site-news div#gallery_content .m-gallery-listing.listing .m-gallery-box-wrap .col-md-4 {
    aspect-ratio: 1;
}
/*END: css for Gallery-Html*/