@font-face { 
    font-family: "AcromRegular";
    src: url("../fonts/AcromRegular/AcromRegular.eot");
    src: url("../fonts/AcromRegular/AcromRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AcromRegular/AcromRegular.woff") format("woff"),
    url("../fonts/AcromRegular/AcromRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

  @media only screen and (min-width: 700px) and (max-width: 768px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.wrap-height {
        height: 270px !important;
}
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.wrap-height {
        height: 230px !important;
}
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.wrap-height {
        height: 200px !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.wrap-height {
        height: 170px !important;
}
}

@media only screen and (min-width: 250px) and (max-width: 299px) {
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.wrap-height {
        height: 140px !important;
}
}