div.grid-gallery-photos {
position: relative!important;
}
figure.grid-gallery-caption {
position: absolute!important;
}
figure {
width: 100% !important;
left: 0px !important;
position: static!important;
overflow:hidden;
}
@media (max-width: 768px)
div:not(.grid-gallery-mosaic):not(.grid-gallery-fixed).grid-gallery .grid-gallery-photos {
display: block;
position: static !important;
left: 0px !important;
float: none !important;
width: 100% !important;
height: auto !important;
min-height: auto !important;
}
@media (max-width: 480px)
div:not(.grid-gallery-mosaic):not(.grid-gallery-fixed).grid-gallery .grid-gallery-photos {
display: block;
position: static !important;
left: 0px !important;
float: none !important;
width: 100% !important;
height: auto !important;
min-height: auto !important;
}
img {
max-width: 100% !important;
}
.grid-gallery-caption img {
width: 100% !important;
max-width: 100% !important;
display: block;
}
@media (max-width: 480px) {
div.grid-gallery-photos {
position:relative!important;
}
figure.grid-gallery-caption {
position:absolute!important;
div.grid-gallery-photos {
position:relative!important;
}
figure.grid-gallery-caption {
position:absolute!important;
max-height: auto !important;
left: 0px !important;
overflow:hidden;
}
}