/*
Theme Name: Atlantic City
Author: Pattern Group
Author URI: http://digitalcook.info
Description: Atlantic City
Version: 1.0
*/ 

@media screen and (max-width:600px) {
    .modal-gallery .modal-close-section{
        margin-top:10px;
        margin-bottom:10px;
        align-items: end;
    }
    .modal-gallery .modal-close-section button{
        margin: 0; 
    }
    .container {
        padding-left: 1.2rem!important;
        padding-right: 1.2rem!important;
    }
}

.notice-gallery-open .notice-image{
    object-position: top;
}