.main-footer .container{
  background: url(../images/map3.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-b-divider{
  margin-bottom: 112px;
}
@media screen and (min-width: 1400px) {
  .nav-social-media{
    width: 30%;
  }
  #banner{
    max-width: 800px;
    margin: auto;
  }
  .home-img-box{
    width: 192px;
    height: 192px;
  }
  .home-img-square{
    width: 232px;
    height: 174px;
  }
  .home-img-mg-l{
    width:636px;
    height:477px;
  }
  .home-img-mg-r{
    width:207px;
    height:155px;
  }
  .posts-img-box{
    width: 224px;
    height: 224px;
  }
  .posts-img-square{
    width: 224px;
    height: 168px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav-social-media{
    width: 45%;
  }
  #banner{
    max-width: 700px;
    margin: auto;
  }
  .home-img-box{
    width: 162px;
    height: 162px;
  }
  .home-img-square{
    width: 196px;
    height: 147px;
  }
  .home-img-mg-l{
    width:546px;
    height:410px;
  }
  .home-img-mg-r{
    width:177px;
    height:132px;
  }
  
  
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-b-divider{
    margin-bottom: 110px;
  }
  #banner{
    max-width: 600px;
    margin: auto;
  }
  .home-img-box{
      width: 131px;
      height: 131px;
  }
  .home-img-square{
      width: 160px;
      height: 120px;
  }
  .home-img-mg-l{
    width:480px;
    height:360px;
  }
  .home-img-mg-r{
    width:147px;
    height:110px;
  }
  .posts-img-box{
    width: 156px;
    height: 156px;
  }
  .posts-img-square{
    width: 156px;
    height: 117px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-b-divider{
    margin-bottom: 50px;
  }
  #banner{
    max-width: 600px;
    margin: auto;
  }
  .home-img-box{
    width: 208px;
    height: 208px;
  }
  .home-img-square{
    width: 112px;
    height: 84px;
  }
  .home-img-mg-l{
    width:320px;
    height:240px;
  }
  .home-img-mg-r{
    width:107px;
    height:80px;
  }
  .posts-img-box{
    width: 111px;
    height: 111px;
  }
  .posts-img-square{
    width: 111px;
    height: 83px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .nav-b-divider{
    margin-bottom: 50px;
  }
  .home-img-box{
    width: 222px;
    height: 222px;
  }
  .home-img-square{
    width: 174px;
    height: 232px;
  }
  .main-footer .container{
    background: none;
  }
    
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .nav-b-divider{
    margin-bottom: 50px;
  }
  .home-img-box{
    width: 167px;
    height: 167px;
  }
  .home-img-square{
    width: 234px;
    height: 175px;
  }
  .home-img-mg-l{
    width:348px;
    height:261px;
  }
  .home-img-mg-r{
    width:348px;
    height:261px;
  }
  .posts-img-box{
    width: 182px;
    height: 182px;
  }
  .posts-img-square{
    width: 182px;
    height: 137px;
  }
  .main-footer .container{
    background: none;
  }
  .title-span-right {
    left: 20% !important;
  }
  ul.owners li{
    font-size: 12px;;
  }
  ul.owners li:first-child {
    width:100%;
  }
}