/* mobile */
@media (max-width: 767px) {
  .sponsors {
    margin-top: 48px;
    margin-bottom: 51px;
    background: url(../../images/sponsors_bg.png) no-repeat center;
    background-size: cover;
    background-position-y: bottom;
  }
  .sponsors_heading {
    margin-top: 28px;
  }
  .sponsors_logo_wrap {
    width: 83%;
    height: auto;
  }
  .sponsor_logo1 {
    width: 100%;
    height: 100%;
  }
  .button_wrap_joinusnow {
    margin-top: 0px;
    margin-bottom: 29px;
  }
  .owl-sponsors .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    padding-left: 19%;
  }
  .owl-sponsors .center img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
  }
}
/*tablets*/
@media (min-width: 768px) {
  .sponsors {
    margin-top: 51.5px;
    margin-bottom: 60px;
    background: url(../../images/sponsors_bg%402x.png) no-repeat center;
    background-size: cover;
    background-position-y: bottom;
  }
  .sponsors_heading {
    margin-top: 28px;
  }
  .sponsors_logo_wrap {
    width: 42%;
    height: auto;
  }
  .sponsor_logo1 {
    width: 100%;
    height: 100%;
  }
  .button_wrap_joinusnow {
    margin-top: 5px;
    margin-bottom: 29px;
  }
  .owl-sponsors .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .owl-sponsors .center img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
  }
  .owl-sponsors > .owl-stage-outer {
    margin-left: 5.1%;
  }
}
/*medium*/
@media (min-width: 992px) {
  .sponsors {
    margin-top: 92.3px;
  }
  .sponsors_heading {
    margin-top: 32px;
  }
  .sponsors_logo_wrap {
    width: 60%;
  }
  .owl-sponsors > .owl-stage-outer {
    margin-left: 3.1%;
  }
}
/*large*/
@media (min-width: 1200px) {
}
