Buy me a coffee

03.12 – 19.12

<style>
@media screen and (max-width:767px) {
    div.slides {
        columns: 2;
        column-gap: 0;
        height: auto!important;
        display: block!important;
        padding: 0 5px;
    }
    .gallery-strips-item-wrapper {
        height: auto!important;
    }
    .slide {
        position: static !important;
        transform: none!important;
        width: 100%!important;
        display: block;
        padding: 5px!important;
        box-sizing: border-box;
        height: auto !important;
    }
    .slide img {
        height: auto!important;
          width: 100%!important;
        top: unset !important;
        left: unset !important;
    }}
</style>