.rs-counter {
  position: relative !important;
}

@media screen and (min-width: 768px) {
  .home-page .rs-counter-list {
    background-color: black !important;
  }
}
.home-page .rs-video {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .home-page .rs-video {
    display: none !important;
  }
}
.home-page iframe {
  width: 100%;
  height: 620px;
}

.bg-contact {
  background: url(../images/home/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
