@import "master.css";

/* ===================== 가로형 ==================== */
@media all and (device-width: 3240px) and (device-height: 1920px) {
    body {
        width: 3240px;
        height: 1920px;
        font-family: 'NanumBarunGothic', sans-serif;
    }

    ul#signage > li {
        position: absolute;
        top: 0;
        width: 3240px;
        /* opacity: 0;
        transition: 1s opacity;  */
    }

    /* 모션2_여름 */    
    .scene_season_motion2 > div {
        position: relative;
        width: 3240px; 
        height: 1920px;
        border: 1px solid #000;
        box-sizing: border-box;
        background: url(../images/season_3840*2160_2.png) no-repeat;
        background-size: cover;
    }
    .season_motion2_img img {
        width: 3240px; 
        height: 1920px;
        position: absolute;
    }
    .season_motion2_text_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 3240px; 
        height: 1920px;
    }
    .season_motion2_text1 {
        text-align: center;
    }
    .season_motion2_text1 p {
        width: 3000px;
        font-size: 140px;
    }
    .season_motion2_text2 {
        width: 2700px;
        margin: 70px 0;
        padding: 50px;
    }
    .season_motion2_text2 p {
        font-size: 100px;
        line-height: 130px;
        -webkit-line-clamp: 8;
    }
    .season_motion2_text3 {
        text-align: center;
        margin: 0 auto;
        background-color: rgba( 0, 0, 0, 0.8 );
    }
    .season_motion2_text3 p {
        padding: 30px;
        font-size: 100px;
    }

    /* 모션3_가을 */    
    .scene_season_motion3 > div {
        width: 3240px; 
        height: 1920px;
        background-position-y: center;
    }
    .season_motion3_text_box {
        width: 3240px;
        height: 1920px;
    }
    .season_motion3_img img {
        width: 3240px;
        height: 1920px;
        position: absolute;
    }
    .season_motion3_text1 p {
        font-size: 140px;
    }
    .season_motion3_text2 {
        width: 2700px;
        margin: 70px 0;
        padding: 50px;
    }
    .season_motion3_text2 p {
        font-size: 100px;
        line-height: 130px;
        -webkit-line-clamp: 8;
    }
    .season_motion3_text3 p {
        font-size: 100px;
    }

    /* 공지사항 */
    .scene_notice > div {
        width: 3240px;
        height: 1920px;
        background: url(../images/notice_bg_2160.jpg) no-repeat left bottom;
        background-size: cover;
    }
    .scene_newsletter > div {
        width: 3240px;
        height: 1920px;
        background: url(../images/scene_newsletter_bg_2160.jpg) no-repeat;
    }
    .scene_notice .topbar{padding: 20px;}
    .weather, .dust{display: flex; align-items: center;}
    .scene_notice .today_date p:nth-child(1) {
        font-size: 55px;
    }
    .scene_notice .today_date p:nth-child(2) {
        font-size: 120px;
    }
    .scene_notice .weather, .scene_notice .weather span {
        font-size: 140px;
    }
    .dust div p:nth-child(1) {
        font-size: 70px;
    }
    .dust div p:nth-child(2) {
        font-size: 70px;
    }
    .scene_notice .dust img {
        margin-right: 20px;
        width: 170px;
    }

    .scene_notice .school p{margin: 5px 0;}
    .scene_notice .school p:nth-child(1){font-size: 60px;}
    .scene_notice .school p:nth-child(2){font-size: 89px;}

    .notice_asset{padding: 45px; color: #fff;}
    .notice_asset h1{padding: 50px 0; font-size: 140px; text-align: center;}
    .notice_asset ul{margin-top: 40px;}
    .notice_asset ul li{font-size: 80px; line-height: 170px;}
    .notice_asset ul li p {
        width: 2600px !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .scene_notice_cont .notice_asset .notice_cont{
        width: auto !important;
        font-size: 60px;
        line-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis !important;
        white-space: unset !important;
        word-break: unset !important;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    li.notice_cont_none div p{
        font-size: 90px;
        width: 1000px !important;
    }
    li.notice_cont_none div span{
        font-size: 50px;
    }
    .notice_cont_box ul:nth-child(2) li {
        line-height: 170px;
    }
    .notice_cont_box ul:nth-child(2) li p{
        max-width: 1100px;
        font-size: 75px;
    }
    .notice_cont_box ul:nth-child(2) span {
        font-size: 50px;
    }

    /* 이달의 행사 */
    .scene_calendar > div {
        width: 3240px;
        height: 1920px;
    }
    .calendar_content ul li {display: none;}
    .calendar_content ul li.this_day {display: block;}
    .calendar_content {
        display: inline-block;
        padding: 50px;
        height: 1550px;
        overflow: hidden;
    }
    .calendar .now_month {
        font-size: 90px;
    }
    .calendar ul li span {
        font-size: 65px;
    }
    .calendar ul li span.schedule_on {
        font-size: 65px;
    }
    .calendar_content ul {
        width: 3100px;
    }
    .calendar_content li>p:nth-child(1) {
        padding-bottom: 30px;
        width: 3100px;
    }
    .calendar_content li p:nth-child(1) span {
        font-size: 70px;
    }
    .calendar_content ul li {
        display: block;
        padding: 30px 0;
        font-size: 75px;
        line-height: 95px;
    }

    /* 오늘의 식단 */
    .scene_schoolmeal > div {
        width: 3240px;
        height: 1920px;
    }
    .kcal{margin-left: 110px; width: 380px; height: auto; background: url(../images/kcal_bg_2160.png) 27px top no-repeat; background-size: contain;}
    .kcal span:first-child{padding-top: 110px; font-size: 100px;}
    .kcal span:last-child{padding-top: 5px; font-size: 55px;}
    .schoolmeal_pic img{width: 700px;}
    .schoolmeal_tit, .schoolmeal_tit .material-symbols-outlined {
        font-size: 150px;
    }
    .schoolmeal_tit {
        padding: 55px 0 0 480px;
    }
    .schoolmeal_cont {
        box-sizing: border-box;
        padding-top: 200px;
        height: 1627px;
        background: url(../images/schoolmeal_bg.png) left bottom no-repeat;
        background-size: cover;
    }
    .schoolmeal_info div {
        width: 1000px;
        min-height: 1000px;
        margin-top: 10px;
    }
    .schoolmeal_info div ul {
        margin-top: 20px;
    }
    .schoolmeal_info div span {
        font-size: 70px;
    }
    .schoolmeal_info div ul li {
        font-size: 60px;
        line-height: 80px;
    }
    .allergy{padding: 27px 30px; font-size: 53px; line-height: 80px;}
    .schoolmeal_ment{padding: 40px; font-size: 53px; box-sizing: border-box; color: #ffde00; line-height: 35px;}

    /* 학교이용안내 */
    .scene_useinfo .useinfo_user_box {
        width: 3240px; 
        height: 1920px; 
        border: 1px solid #000;
        background: url(../images/schooluseinfo_bg_2160.png) no-repeat left bottom;
        background-size: cover;
    }
    .scene_useinfo > .useinfo_user_bg img {
        width: 1155px;
        height: 1920px;
        object-fit: cover;
    }
    .useinfo_tit{margin:50px 20px 0 0;}
    .useinfo_tit span {
        right: 50px;
        font-size: 110px;
    }
    .useinfo_tit span:nth-child(2){color: #0059a0;}
    .useinfo_tit i {
        margin: 20px 40px 0 0;
        font-size: 85px;
    }
    .useinfo_cont div {
        margin: 90px 0 0 1100px; 
        width: 2090px; 
        font-size: 90px; 
        line-height: 120px; 
        word-break:keep-all;
    }
    .useinfo_cont ul li{list-style: none !important;}

    /* 학교행사사진 */
    .scene_album > div{
        width: 3240px; 
        height: 1920px; 
    }
    .scene_album ul li {
        width: 3240px; 
        height: 1920px; 
    }
    .scene_album ul li img{width: 3240px; max-width: 3240px; height: 1920px; object-fit: cover;}
    .scene_album p {
        padding: 25px;
        font-size: 90px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

    /* 학교홍보동영상 */
    .scene_movie > div {
        width: 3240px; 
        height: 1920px; 
    }

    /* 동영상멘트 */
    .scene_movie_ment > div{
        width: 3240px; 
        height: 1920px; 
    }
    .scene_movie_ment_box {
        width: 3240px; 
        height: 1920px; 
    }
    .scene_movie_ment_cont {
        width: 3240px; 
        height: 1920px;
    }
    .movie_ment {
        width: 100%;
        padding: 20px 20px 10px 20px;
    }
    .movie_ment p:nth-child(1) {
        font-size: 80px;
    }
    .movie_ment p:nth-child(2), .movie_ment p:nth-child(3) {
        padding: 10px 0;
        font-size: 60px;
        line-height: 90px;
        text-align: justify;
    }

    /* 명언 */
    .scene_saying > div{
        width: 3240px; 
        height: 1920px;
        background: url(../images/saying_bg_3840.jpg) no-repeat;
        background-size: cover;
        background-position-x: -900px;
    }
    .scene_saying > div > div{display: flex; justify-content: center; align-items: center; width: 60%; min-height: 700px; padding: 20px; box-sizing: border-box; background-color: rgba( 0, 0, 0, 0.6 ); color: #fff;}
    .scene_saying div p{margin: 50px 0;}
    .scene_saying div p:nth-child(1){font-size: 100px;}
    .scene_saying div p:nth-child(2){font-size: 90px; color: #f4d233; line-height: 140px; word-break:keep-all;}
    .scene_saying div p:nth-child(3){font-size: 70px;}

    /* 명화 */
    .scene_painting > div{
        width: 3240px; 
        height: 1920px;
    }
    .scene_painting > div::before {
        width: 3240px; 
        height: 1920px;
        background-color: #000;
        background: url(https://lh3.googleusercontent.com/J0sw0IiqP2F4gavYnI-vUa5IBgHiHy42lohgm-qq1vuygUX0HQgylVSV1ZdDTV5XIg=s1200) no-repeat left center;
        background-size: cover;
        animation: scaleAnimation 13s infinite alternate;
    }
    .scene_painting_box {
        width: 3240px; 
        height: 1920px;
    }
    .scene_painting_cont {
        width: 3240px; 
        height: 1920px;
    }
    .scene_painting_cont img {
        max-width: 1900px;
        max-height: 1800px;
    }
    .scene_painting_cont div:nth-child(1) {
        width: 55%;
    }
    .scene_painting_cont div:nth-child(2) {
        width: 43%;
    }
    .painting_ment {
        padding: 50px;
    }
    .painting_ment p:nth-child(1) {
        font-size: 90px;
    }
    .painting_ment p:nth-child(2) {
        padding: 10px 0;
        font-size: 70px;
    }
    .painting_ment p:nth-child(3) {
        padding: 10px 0;
        font-size: 60px;
        line-height: 85px;
        text-align: justify;
    }

    /* 오늘의 영어단어 */
    .scene_engword > div {
        width: 3240px; 
        height: 1920px;
        background: url(../images/engword_bg.png) bottom right no-repeat;
        background-size: 700px;
    }
    .scene_engword div div div{margin: 50px auto 0 auto; padding: 40px  0; width: 98%; box-sizing: border-box; background-color: #00bf60;}
    .scene_engword div div div p{margin: 10px 0; color: #fff;}
    .scene_engword div div div p:nth-child(1){font-size: 100px;}
    .scene_engword div div div p span{display: block; margin: 15px 0;}
    .scene_engword div div div p span:nth-child(1){font-size: 90px;}
    .scene_engword div div div p span:nth-child(2){font-size: 90px;}
    .scene_engword ul{margin: 100px 0 0 90px; padding: 10px  0; width: 79.5%; box-sizing: border-box;}
    .scene_engword ul li{margin: 30px 0; padding: 40px 0; border-bottom: 3px dashed #d1d1d1; font-size: 95px; text-align: left; line-height: 170px;}
    .scene_engword ul li span{color: #00bf60;}

    /* 오늘의 영어숙어 */
    .scene_engwidiom > div {
        width: 3240px; 
        height: 1920px;
        background: url(../images/engwidiom_bg.png) no-repeat;
        text-align: center;
        background-size: cover;
    }
    .scene_engwidiom > div > div{width: 100%; height: 100%; background: url(../images/engwidiom_item.png) bottom right no-repeat; background-size: 650px;}
    .scene_engwidiom div div div{margin: 180px 0 0 410px; padding: 10px  0; width: 85.4%; box-sizing: border-box; background-color: #00aee1;}
    .scene_engwidiom div div div p{margin: 12px 0; color: #fff;}
    .scene_engwidiom div div div p:nth-child(1){font-size: 100px;}
    .scene_engwidiom div div div p span{display: block; margin: 15px 0;}
    .scene_engwidiom div div div p span:nth-child(1){font-size: 90px; color: #000;}
    .scene_engwidiom div div div p span:nth-child(2){font-size: 90px;}
    .scene_engwidiom ul{margin: 0 0 0 450px; padding: 20px  0; width: 73%; box-sizing: border-box;}
    .scene_engwidiom ul li{margin: 0; padding: 30px 0; border-bottom: 3px dashed #d1d1d1; font-size: 95px; text-align: left; line-height: 170px;}
    .scene_engwidiom ul li span{color: #00aee1;}

    /* 디데이 */
    .scene_day > div {
        width: 3240px; 
        height: 1920px;
    }
    .scene_day > div .scene_day_tit {
        font-size: 9rem;
    }
    .scene_day > div ul li {
        font-size: 28rem;
    }
    .scene_day > div .scene_day_ment {
        font-size: 7rem;
    }

    /* 날씨.시간 공지사항 */
    .weather_time_box {
        width: 3240px; 
        height: 1920px;
    }
    .weather_time_bg {
        overflow: hidden;
        width: 3240px; 
        height: 1920px;
    }
    .weather_time_box .in_weather {
        padding: 20px;
    }
    .weather_time_box img {
        margin: 55px auto 0 auto;
        max-width: 500px;
        /* width: 3240px; 
        height: 1920px; */
    }
    #weather_time_contbox {
        height: 490px;
    }
    .weather_time {
        padding: 30px 0;
        width: 620px;
    }
    .weather_time_bg img {
        width: 100%; 
        height: 1920px;
        object-fit: cover;
    }
    .weather_time_box > div:first-child b {
        display: block;
        padding-top: 20px;
        font-size: 90px;
        font-weight: 500;
    }
    .weather_time_box > div:first-child .temperature_text {
        font-size: 90px;
    }
    .weather_time p:first-child {
        padding: 10px 0;
        font-size: 80px;
    }
    .weather_time p:last-child {
        font-size: 80px;
    }
    .weather_time_cont span:first-child {
        font-size: 100px;
    }
    .weather_time_tit p {
        font-size: 90px;
    }
    .weather_time_cont span:last-child {
        font-size: 80px;
    }
    #weather_time_contbox {
        height: 1470px;
    }
    #autoscroll {
        font-size: 70px;
        line-height: 100px;
    }

    /* qrcode */
    .scene_qrcode {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3240px; 
        height: 1920px;
        background: url(../images/schoolalbum_bg_3840.jpg) no-repeat;
        background-size: cover;
    }
    .qrcode img {
        width: 500px;
    }
    .qrcode p:nth-child(1) {
        font-size: 90px;
    }
    .qrcode p:nth-child(3) {
        font-size: 70px;
    }
    .qrment {
        padding: 50px;
    }
    .qrment_tit1 {
        font-size: 100px;
    }
    .qrment_tit2 {
        padding: 30px 0;
        font-size: 70px;
    }
    .qrment_used1 {
        padding: 30px 0 20px 0;
        font-size: 70px;
    }
    .qrment_used2 {
        font-size: 65px;
        line-height: 100px;
    }

    /* 긴급 알림 */
    .scene_alram > div {
        width: 3240px; 
        height: 1920px;
        background: url(../images/alram_bg_3840.png) no-repeat ;
        background-size: cover;
    }
    .scene_alram span {
        position: absolute;
        left: 880px;
        top: 170px;
        width: 2300px;
        font-size: 120px;
    }
    .scene_alram p {
        position: absolute;
        left: 230px;
        top: 545px;
        width: 2920px;
        line-height: 100px;
        font-size: 70px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
        word-break: keep-all;  
    }

    /* 전체 에러 */
    .scene_error > div {
        width: 3240px; 
        height: 1920px;
        background: url(../images/noticepop_bg.png) left top;
        background-size: cover;
    }
    .scene_error > div div {
        width: 1250px;
        position: absolute;
        left: 1150px;
        top: 650px;
        font-size: 100px;
    }

    /* 날씨 */
    .weather_snow canvas {
        width: 3240px;
        height: 1920px !important;
    }
    .scene_weather_box > div {
        width: 3240px !important;
        height: 1920px !important;
    }
    .temperature_text, .temperature_info {
        padding: 0;
    }
    .weather_main .wt_icon {
        display: inline-block;
        vertical-align: top;
        width: 500px !important;
        height: 500px !important;
        background-size: 500px 500px !important;
    }
    .weather_main .wt_icon.ico_wt1,
    .weather_main .wt_icon.ico_wt2,
    .weather_main .wt_icon.ico_wt3,
    .weather_main .wt_icon.ico_wt4,
    .weather_main .wt_icon.ico_wt5,
    .weather_main .wt_icon.ico_wt6,
    .weather_main .wt_icon.ico_wt7,
    .weather_main .wt_icon.ico_wt8,
    .weather_main .wt_icon.ico_wt9,
    .weather_main .wt_icon.ico_wt10,
    .weather_main .wt_icon.ico_wt11 {
        top: -290px !important;
        left: 300px !important;
    }
    .week_item {
        margin: 20px !important;
        padding: 50px 10px !important;
        width: 47%;
        box-sizing: border-box;
        border-radius: 15px;
        text-align: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .cell_weather .wt_icon {
        width: 100px !important;
        height: 100px !important;
        background-size: 100px 100px !important;
    }
    .cell_weather > span {
        padding: 0 10px;
    }

    .weather_graphic .temperature_text strong {
        font-size: 15rem !important;
    }
    .temperature_info .summary {
        display: block;
        margin: 100px 0 !important;
        font-size: 5rem !important;
    }
    .temperature_info .summary_list {
        font-size: 4rem !important;
    }
    .report_card_wrap .item_today .title {
        padding-bottom: 40px;
        font-size: 3rem !important;
    }
    .report_card_wrap .item_today .txt {
        font-size: 3rem !important;
    }
    .report_card_wrap .item_today {
        display: inline-block;
        min-width: 250px !important;
        margin: 50px 20px 20px 20px;
        padding: 50px 4px 43px 4px !important;
    }

    .week_tit {
        display: block;
        padding-bottom: 30px;
        font-size: 6rem !important;
    }
    .week_item .cell_date .day {
        font-size: 4rem !important;
        /* font-weight: 400  !important; */
    }
    .date_inner .date {
        margin-top: 20px;
        font-size: 3rem !important;
    }
    .week_item .cell_weather .weather_left .time {
        margin-bottom: 30px;
        font-size: 3rem !important;
    }
    .week_item .cell_weather .weather_left .rainfall {
        font-size: 3rem !important;
    }
    .week_item .cell_temperature .lowest {
        font-size: 3rem !important;
    }
    .week_item .cell_temperature .highest {
        font-size: 4rem !important;
    }

    /* 팝업 전광판 */
    .scene_popupgallery .topbar{padding: 20px;}
    .scene_popupgallery .today_date p:nth-child(1) {
        font-size: 55px;
    }
    .scene_popupgallery .today_date p:nth-child(2) {
        font-size: 120px;
    }
    .scene_popupgallery .weather, .scene_popupgallery .weather span {
        font-size: 140px;
    }
    .scene_popupgallery .dust div p:nth-child(1) {
        font-size: 70px;
    }
    .scene_popupgallery .dust div p:nth-child(2) {
        font-size: 70px;
    }
    .scene_popupgallery .dust img {
        margin-right: 20px;
        width: 170px;
    }

    .scene_popupgallery .school p{margin: 5px 0; line-height: 90px;}
    .scene_popupgallery .school p:nth-child(1){font-size: 60px;}
    .scene_popupgallery .school p:nth-child(2){font-size: 89px;}

    .popupgallery_tit {
        left: 85px;
        top: 295px;
        width: 540px;
        font-size: 62px;
        line-height: 83px;
        -webkit-line-clamp: 4;
    }
    .scene_popupgallery div.popupgallery_cont {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 3240px; 
        height: 1920px; 
        /* border: 1px solid red; */
        background-color: #000;
        background: url("../images/popboard_bg_3840w.jpg");
        background-size: cover;
    }
    .scene_popupgallery ul {
        margin: 210px 40px 0 0;
        max-width: 2220px;
        grid-gap: 40px;
    }
    .scene_popupgallery ul img, .scene_popupgallery ul video {
        box-sizing: border-box;
        width: 100%;
        min-width: 700px;
        height: 650px;
        object-fit: contain;
    }
    .scene_popupgallery ul li p {
        padding: 20px;
    }
    .scene_popupgallery ul li p span {
        max-width: 700px;
        font-size: 65px;
    }

    /* 갤러리 */
    body.gallery {
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        border: 10px solid #000;
        background: url("../images/gallery_pattern.jpg") repeat;
        background-size: contain;
    }

    /* body.gallery::before{
        content: "";
        opacity: 0.4;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
    } */

    body.gallery ul#signage > li {
        position: absolute;
        top: 0;
        width: unset;
    }

    /* 갤러리 */
    .scene_gallery {
        height: 1920px !important;
        overflow: hidden;
    }
    .gallery_box {
        width: 3240px !important;
        box-sizing: border-box;
        margin-top: -40px;
        padding: 10px;
        /* background-color: #55565a; */
        border-bottom: 10px solid #000;
        background: url("../images/gallery_tit_bg_3840w.jpg");
        background-size: cover;
        background-position-x: -240px !important;
    }
    .gallery_tit {
        box-sizing: border-box;
        margin: 50px auto 10px auto;
        padding: 10px 20px;
        /* background-color: black; */
        font-size: 4em;
        color: #fff;
        width: 50%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: center;
        border-radius: 5px;
        text-shadow: 4px 4px 7px #000;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        /* background: linear-gradient(to top, #FFBB00 40%, transparent 40%) */
    }
    /* gallery_row */
    .gallery_row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gallery_row .images {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0;
        gap: 10px;
        max-width: 98%;
        padding: 0;
    }
    .gallery_row .images .img {
        height: 560px !important;
        flex-grow: 1;
        object-fit: cover;
    }
    .gallery_row .images img {
        box-sizing: border-box;
        height: 100%;
        min-width: 100%;
        object-fit: cover;
        vertical-align: bottom;
        border: 5px solid #000; 
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .gallery_row .images li.img {
        position: relative;
    }
    .gallery_row .images li.img p {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding: 10px;
        background-color: rgba( 0, 0, 0, 0.4 );
        font-size: 50px !important;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: center;
    }
    .gallery_row .images video {
        height: 100%;
        min-width: 100%;
        object-fit: cover;
    }
}