@charset "utf-8";

.banner {
	width:100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	overflow: hidden;
}

/* --------------------------------------------------- MEDIA ----------------------------------------------------- */
@media (min-width: 100px) and (max-width: 732px){
.logo {
width:100%;
height: 65px;
overflow: hidden;
/*background-image: url("../images/ban_bkgd_gray_5.jpg");
background-repeat: no-repeat;*/
object-fit: cover;
}
}

@media (min-width: 733px) and (max-width: 1025px){
.logo {
width:100%;
height: 100px;
overflow: hidden;
/*background-image: url("../images/ban_bkgd_gray_5.jpg");
background-repeat: no-repeat;*/
object-fit: cover
}
}

@media (min-width: 1026px) and (max-width: 1280px){
.logo {
width:100%;
height: 150px;
overflow: hidden;
/*background-image: url("../images/ban_bkgd_gray_5.jpg");
background-repeat: no-repeat;*/
object-fit: cover;
}
}

@media (min-width: 1281px) {
.logo {
width:100%;
height: 150px;
overflow: hidden;
/*background-image: url("../images/ban_bkgd_gray_5.jpg");
background-repeat: no-repeat;*/
object-fit: cover
}
}
