/*	PROMO BLOCK 1
/*----------------------------------------------------*/

.promo-1 {
	background: url("../images/finn_bg_promo1.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1 .video-wrapper {
	max-width: 600px;
	margin: 20px auto 0 auto;
}


.promo-contact {
	background: url("../images/contact_promo.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-contact .video-wrapper {
	max-width: 600px;
	margin: 20px auto 0 auto;
}

.promo-1a {
	background: url("../images/finn_bg_promo2.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}

.promo-1a .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}


.promo-1b {
	background: url("../images/dog german shepherd running snow.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1b .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}

.promo-1c {
	background: url("../images/pacha_promo.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1c .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}


.promo-1d {
	background: url("../images/vera_cover.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1d .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}

.promo-1e {
	background: url("../images/bagheera_cover.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1e .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}

.promo-1f {
	background: url("../images/camera-girl_zia.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1f .video-wrapper {
	max-width: 600px;
	margin-left: 0px;
	align-items: flex-start;
}

.promo-1g {
	background: url("../images/kep/kep_1000x500.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1g .video-wrapper {
	max-width: 600px;
	margin: 20px auto 0 auto;
}

.promo-1h {
	background: url("../images/Reese/reese1000x500.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 140px 0;
}


.promo-1h .video-wrapper {
	max-width: 600px;
	margin: 20px auto 0 auto;
}




/*	PROMO BLOCK 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}