/*@use "variables" as *;
@use "media-query" as *;*/

.alt_media_main_new{
    border-bottom: 1px solid #060709;
    .alt_media_inner_new{
        display: flex;
        flex-wrap: wrap;
        gap:16px;
        .alt_media_mainblock_new {
            width:calc(25% - 12px);
            .alt_media_mainmedia_new{
                .alt_media_innermedia_new{position: relative; padding-bottom:177.815%; cursor: pointer;
                    img{ width:100%; position:absolute; object-fit:cover; top:0; left:0; bottom:0; right:0; height:100%;}
                    video{ width:100%; position:absolute; object-fit:cover; top:0; left:0; bottom:0; right:0; height:100%;}
                    svg{ position: absolute; left:16px; top:16px; width:32px; height: auto; z-index:1; cursor: pointer; }
                    .pause_icon{ display: none; }
                }
            }
        }                        
    }
}

@media(min-width:0px) and (max-width:749px){
    .alt_media_main_new{
        .alt_media_inner_new{
            .alt_media_mainblock_new {
                width:calc(50% - 8px);
            }                        
        }
    }
}