@media (min-width:1200px) {
.container-custom { max-width: 100%; }
}
@media (min-width:992px) and (max-width:1199px) {
.container-custom { max-width: 980px; }
}
@media (min-width:768px) and (max-width:991px) {
.container-custom { max-width: 760px; }
}

