@media (max-width: 768px) {
  .simple-slider .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
  }
}

.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:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#slideshow > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.card.slider {
  background: #333;
  padding: 30px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.card-link.text-uppercase.text-white {
  border: 2px solid;
  padding: 10px;
}

@media (min-width: 769px) {
  .card.slider.middlecard {
    width: 20%;
    margin-right: 20%;
    right: 0;
  }
}

@media (min-width: 769px) {
  .card.slider {
    width: 20%;
    margin-left: 20%;
  }
}

@media (min-width: 768px) {
  .text-white.card-title {
    font-size: 30px;
    font-weight: bold;
  }
}

.text-white.card-text {
  font-size: 20px;
  margin-bottom: 15%;
}

