.height72 {height:72px;}
.height165 {height:165px;}
@media screen and (max-width: 760px) {
	.height72 {height:auto;}
	.height165 {height:auto;}
}