@media only screen and (max-width: @xf-responsiveNarrow) and (max-width: @xf-responsiveMedium) {
[data-template="xfmg_media_index"] .itemList-itemOverlay,
[data-template="xfmg_album_index"] .itemList-itemOverlay,
[data-template="xfmg_album_view"] .itemList-itemOverlay,
[data-template="xfmg_category_view"] .itemList-itemOverlay
{
display: none;
}
}