/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}