.AutoGaleriesComponent {
  padding: 5rem 0;
  position: relative;
}
.AutoGaleriesComponent h2 {
  position: relative;
  line-height: 3rem;
  margin-bottom: 3rem;
  color: #FFFFFF;
}
.AutoGaleriesComponent h2:before {
  content: " ";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  border-top: 4px solid #EB1E23;
}
.AutoGaleriesComponent .item.slc {
  background-repeat: no-repeat;
  min-height: 10rem;
  background-position: center center;
  cursor: pointer;
  transition: opacity 2s;
  padding: 2rem;
}
@media (max-width: 767px) {
  .AutoGaleriesComponent .item.slc {
    background-size: 90%;
  }
}
@media (min-width: 768px) {
  .AutoGaleriesComponent .item.slc {
    background-size: 80%;
  }
}
@media (min-width: 1920px) {
  .AutoGaleriesComponent .item.slc {
    background-size: 60%;
  }
}
.AutoGaleriesComponent .item.slc:hover {
  opacity: 0.6;
}
.AutoGaleriesComponent .item.slc > img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
.AutoGaleriesComponent .item.slc h5 {
  color: #FFFFFF;
}
.AutoGaleriesComponent .item.slc h6 {
  color: #515150;
  font-weight: 200;
}
.AutoGaleriesComponent .gal-item {
  width: 23%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}
.AutoGaleriesComponent .slick-dots li button:before {
  border-bottom: 3px solid gray;
  content: "";
}
.AutoGaleriesComponent .modal-dialog {
  max-width: 100vw !important;
}
.AutoGaleriesComponent .modal-dialog.image {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content {
  background-color: transparent;
  border: 0;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .modal-header {
  background-color: transparent;
  border-bottom: 0;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .modal-header > button.close {
  font-size: 2rem;
  color: #fff;
  outline: none;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .modal-body {
  text-align: center;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .modal-body img {
  max-height: 80vh;
  height: auto;
  max-width: 90%;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .prev-image, .AutoGaleriesComponent .modal-dialog.image .modal-content .next-image {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 4rem;
  position: fixed;
  top: 45%;
  outline: none;
  transition: opacity 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .AutoGaleriesComponent .modal-dialog.image .modal-content .prev-image, .AutoGaleriesComponent .modal-dialog.image .modal-content .next-image {
    top: 70%;
  }
}
@media (min-width: 768px) {
  .AutoGaleriesComponent .modal-dialog.image .modal-content .prev-image:hover, .AutoGaleriesComponent .modal-dialog.image .modal-content .next-image:hover {
    opacity: 0.3;
  }
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .prev-image {
  left: 2rem;
}
.AutoGaleriesComponent .modal-dialog.image .modal-content .next-image {
  right: 2rem;
}
.AutoGaleriesComponent .download {
  color: #fff;
  font-size: 2rem;
  margin-left: 2rem;
}
