@charset "utf-8";
/* CSS Document */
.img-banner{
	background-image: url("../img/the-nunley-thumb.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 25vh;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}
.img-banner .container {
	width: 95%;
}
@media screen and (min-width: 576px){
		.img-banner .container{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.img-banner {
		height: 40vh;
	}
}
@media screen and (min-width: 992px){
	.construction-badge {
		top:5%; 
		left:60%; 
	}
}
@media screen and (min-width: 1200px){
	.img-banner {
		height: 45vh;
	}
}
@media screen and (min-width: 1400px){
	.img-banner {
		height: 50vh;
	}
}
