.simple-slider .swiper-slide {
  /*height: 500px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 576px) {
  .float-left {
    width: 100%;
    padding-left: 50px;
  }
}

@media (min-width: 577px) {
  .float-left {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .float-right {
    margin-right: 100px;
    /*float: none;*/
  }
}

@media (min-width: 576px) {
  .col-md-4 {
    padding-bottom: 20px;
  }
}

#MS {
  text-shadow: 0px 0px 4px black;
}

.btn.btn-danger.btn-lg.border.rounded-0 {
  text-shadow: 0px 0px 4px black;
}

.h1, h1 {
}

