﻿
.footer-container {
    background: url('/img/footerBg.png') center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1200px) {
}

@media (max-width: 1199px) and (min-width: 992px) {
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media (max-width: 767px) and (min-width: 576px) {
}

@media screen and (max-width: 575px) {
}
