/****** PLACE YOUR CUSTOM STYLES HERE ******/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	section.cover.fullscreen.parallax {height: 530px;}
	.background-image-holder {
		background-position: -100px 0 !important;
		background-repeat: no-repeat;
	}
}

@media (max-width: 767px) {
	section.cover.fullscreen.parallax {height: 410px;}
	.background-image-holder {background-position: -40px -217px !important; background-repeat: no-repeat;}
}
