/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
 .listView.vAlgn1 .itemPreview.hasImg, 
 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
.blockContent.cols4 .imgGridItem {
width: 100%;
margin: 0;
padding: 10px;
}
}