@media only screen and (max-width:1024px){
.has-global-padding {
padding-right: 40px;
padding-left: 40px;
}
.mySwiper2 .swiper-slide img {
width: 100%;
height: 600px; /* fixed height */
object-fit: cover; /* crops image but maintains aspect ratio */
border-radius: 8px; /* optional */
}
.slide-caption .slide-title {   
font-size: 32px;   
}


@media only screen and (max-width:860px){
.width_702 {
width: unset !important; 
max-width: unset !important; 
margin-left: -130px;
}
.grid_column_adjust {
grid-template-columns: repeat(1,1fr);
}
.grid_warp_footer {
grid-template-columns: repeat(2,1fr);
}
}

@media only screen and (max-width:768px){
.width_702 {
width: unset !important;
max-width: unset !important;
margin-left: unset !important;
}
div#galleryGrid {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 32px;
}
}

@media only screen and (max-width:580px){

.font_12 {
    font-size: 12px !important;
}
.wp-container-content-e1bb55cb {
    flex-basis: 28px !important;
}
.has-global-padding {
padding-right: 20px;
padding-left: 20px;
}
.mobile_order_1 {
order: 1 !important;
}

.mobile_order_2 {
order: 2 !important;
}
div#galleryGrid {
display: grid;
grid-template-columns: repeat(1,1fr);
gap: 32px;
}
.grid_control_for_mobi {
grid-template-columns: repeat(1,1fr);
}
.grid_warp_footer {
grid-template-columns: repeat(1, 1fr);
gap: 24px;
}
.footer_btm_cover {
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
}
.social_gap_mobile ul.wp-block-social-links {
gap: 5px;
}
.group_top_header {
justify-content: space-between;
}
.d-none-mob {
display: none !important;
}
.header_nymber a {
font-size: 12px;
}
.top_header img {
width: 20px;
height: 20px;
}
.wp-block-cover, .wp-block-cover-image {   
padding: 0;
}
ul#galleryTabs {
gap: 10px;
}
.slide-caption .slide-title {
font-size: 20px;
}
.mySwiper2 .swiper-slide img {
width: 100%;
height: 400px; /* fixed height */
object-fit: cover; /* crops image but maintains aspect ratio */
border-radius: 8px; /* optional */
}
.slide-caption {  
padding: 10px 25px;
}
.slide-caption {
position: absolute;
bottom: 0;
left: 0;
width: unset; 
max-width: 704px;
padding: 20px;
color: #fff;
text-align: left;
z-index: 2;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: unset !important;
    width: 80vw !important;
}
.text_center_mobile {
    text-align: center;
}
.text_center_mobile {
    justify-content: center;
}
}