<xen:if is="@enableResponsive">
@media only screen and (max-width: @maxResponsiveWideWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
}
@media only screen and (max-width: @maxResponsiveMediumWidth), only screen and (max-device-width: @maxResponsiveNarrowWidth)
{
#Block1st {display: none; !important;}
#Block2nd {margin-left: 0px !important;}
.VietXfAdvStats_Thread .VietXfAdvStats_SectionItemInfo { display: none !important; }
}
</xen:if>