@charset "UTF-8";

#customer_header {
width: 100%;
text-align:center;
background-color: #fff;
}

.customer_back {
display: inline-block;
width: 100%;
max-width: 1100px;
text-align: left;
background-color: #b0e0e6;
}

.customer_logo {
display: inline-block;
padding: 15px 10px 15px 15px;
max-width: 380px;
height: auto;
}

@media only screen and (max-width: 900px) {

.customer_logo img {
max-width: 100%;
height: auto;
}

}


@media only screen and (min-width: 901px) {

.customer_logo img {
width: 380px;
height: auto;
}


}
