
@media only screen and (min-width: 1025px) and (max-width: 1280px){
}

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

@media only screen and (min-width: 480px) and (max-width: 768px){
	.mkd-parallax-section-holder { height: auto !important;min-height: 300px;}

}

@media only screen and (max-width: 480px){
	.mkd-parallax-section-holder { height: auto !important;min-height: 300px;}

}