.banner .background {
    min-height: 250px !important;
	object-position: 65% 25%;
	max-height: 400px !important;
}
.banner .container h1 {
	font-size: 4.25rem;
	line-height: 4.5rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, .5);
}

.container img.custom-size {
	max-width: 475px;
	width: 100%;
}

#about {
	position: relative;
}

.frame-video {
	box-shadow: 0 0 1rem rgba(0,0,0,.3) !important;
}

.frame-video .video iframe {
	width: 100%;
	height: 500px;
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
}
.container-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 440px) {
    .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.container img.custom-size {
		max-width: 225px;
	}
	
	.frame-video .video iframe {
		height: 200px !important;
	}
}

@media (min-width: 441px) and (max-width: 575px) {
    .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.container img.custom-size {
		max-width: 275px;
	}
	
	.frame-video .video iframe {
		height: 260px !important;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	.banner .container h1 {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	.container img.custom-size {
		max-width: 325px;
	}
	.frame-video .video iframe {
		height: 300px !important;
	}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
 	.banner .container h1 {
		font-size: 3.25rem;
		line-height: 3.5rem;
	}
	.container img.custom-size {
		max-width: 375px;
	}
	.frame-video .video iframe {
		height: 400px !important;
	}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	.banner .container h1 {
		font-size: 4rem;
		line-height: 4.25rem;
	}

	.frame-video .video iframe {
		height: 450px !important;
	}
}  
@media (min-width: 1200px) {

}