/*your custom css goes here*/
.height-350
{
	height: 350px;
}
@media screen and (max-width: 768px) {
	.height-270
	{
		height: 270px!important;
	}
}