﻿@media only screen and (max-width: 749px) {
	
.hiddenForResponsive {
	display: none;
}
	
	
	
}


@media only screen and (min-width: 750px) and (max-width: 1019px) {
	
.hiddenForResponsive {
	display: none;
}
	
	
	
}

