@media (min-width: 992px) {
  .img-fluid {
    max-width: 100%;
    height: auto;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
  }
}

@media (max-width: 375px) {
  .img-fluid {
    /*max-width: 80%;*/
    height: auto;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    /*margin-left: auto !important;*/
    /*margin-right: auto !important;*/
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button.sl.prev {
    text-align: left;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button.sl.next {
    text-align: right;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 30%;
    z-index: 11000;
    color: #aaaaaa;
  }
}

.sl-wrapper .sl-close {
  z-index: 11060;
  color: #aaaaaa;
  font-size: 60px;
}

.sl-wrapper .sl-navigation button {
  top: 0;
  height: 100%;
}

.sl-prev {
  margin-left: 10%;
  text-align: left !important;
  z-index: 11000!important;
  color: rgb(27,192,244) !important;
}

.sl-next {
  margin-right: 10%;
  text-align: right !important;
  z-index: 11000!important;
  color: rgb(27,192,244) !important;
}

