
/* Extending styles for the glider library */

.glide__bullet--active{
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .glide__slides {
    height: auto !important;
  }
}

.glide__slides {
  height: 400px ;
}
.glide__slide {
  height: 100% !important;
}

.glide__slide .card{
  height: 100% !important;
}
