/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

.content-1-4 {
	padding: 0px;
	position: relative;
}

.content-1-4 .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.content-1-4 .image-container .background-image-holder {
	background: #000 url("https://payettepowderguides.com/assets/images/page/home.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-1-4 .content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-1-4 h1 {
	margin-bottom: 32px;
}

}
.content-1-4 p.lead {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	.content-1-4 .image-container {
		width: 100%;
		height: 100%;
	}
	/* Video Fix for Mobile */
	.content-1-4 .content {
		padding-top: 0px!important;
		padding-bottom: 80px;
		display:inline-block!important;
	}
.content-1-4 .image-container {
	position: relative;
	height: 100%;
	padding: 0px 0px 30px 0;
	top: 0px;
}	

}