body a.my-underline {
  text-decoration: underline;
}
body .container {
  max-width: 700px;
}
body .container .row.homes a {
  display: block;
  width: 100%;
  height: 100%;
}
body .container .row#hero {
  height: 161px;
}
body .container .row #marquee-carousel {
  width: 200px;
}
body .gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}
body .gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}
body .gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}
body .gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
  transition: 0.4s;
}
body .gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}
body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230e5aab' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230e5aab' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
@media (max-width: 576px) {
  body .container .row.homes .col-md-12 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .container .row.homes #home-tentage {
    background-image: url("/img/upload/images/home-mobile-tentage.jpg");
    opacity: 1;
  }
  body .container .row.homes #home-rigging {
    background-image: url("/img/upload/images/home-mobile-rigging.jpg");
    opacity: 1;
  }
  body .container .row.homes #home-staging {
    background-image: url("/img/upload/images/home-mobile-staging.jpg");
    opacity: 1;
  }
  body .container .row.homes #home-grandstand {
    background-image: url("/img/upload/images/home-mobile-grandstand.jpg");
    opacity: 1;
  }
  body .container .row #hero-image-mobile {
    width: 100%;
    height: 81px;
  }
  body .container .row#hero {
    margin-top: 10px;
    height: 81px;
  }
  body .container .row #main-content {
    margin-top: 10px;
  }
  body .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15) !important;
  }
}
