@media screen and (max-width: 320px){	
	
}

@media screen and (max-width: 450px) and (min-width: 321px){
	.mySectionCss{	
		min-height: 133px !important;
		background-img: none; !important;
	}
	.mySectionCss .parallax-background{
		background-size: 97% 100% !important;
		position: absolute;
		top: -2px;
		left: 5px !important;
		width: 100%;
		height: 100%;
		transform: translate3d(0px, 1.7857px, 0px);
		background-repeat: no-repeat;
	}
}

