@media only screen and (max-device-width: 1020px) {
	.fixed {
		position:relative; 
		height:auto;
	}
}

@media only screen and (max-width: 767px){
	.units-header-container img, 
	.units-header-container p{
		text-align:center;
	}
	.show-sml{
		display:block;
	}
	.hide-sml{
		display:none;
	}
}

@media only screen and (max-width: 950px){ }

@media only screen and (max-width: 630px) {	}

@media only screen and (max-width: 480px) { }