/* Home 5: Hero */
@media (min-width: 992px) {
  .home-5_hero-image {
    margin-right: -14%;
  }
}

@media (min-width: 992px) {
  .home-9_hero-image {
    margin: 0px -450px 0px 15px;
  }
}

/* Home 10: Hero */
@media (min-width: 992px) {
  .home-10_hero-image {
    margin-right: -7%;
  }
}

.home-10_service-video-block {
  position: relative;
}
@media (min-width: 992px) {
  .home-10_service-video-block .absolute-center {
    top: 53%;
    /*
    left: 40%;
    right: 40%;*/
  }
}
.home-10_service-video-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .home-10_service-video-image {
    /*
    margin-left: -8%;
    margin-right: 7%;
    */
    margin-left: -8%;
    margin-right: -8%;
  }
}

.loader {
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text {
      margin-top: 20px;
      font-size: 18px;
      opacity: 0.8;
      text-align: center;
    }
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
