
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px !important;
  height: 44px !important;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review-carousel button.owl-prev{
    /* font-size: 30px !important;
    background-color: red !important; */
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60% !important;
  height: 60% !important;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

/* .flickity-page-dots { */
/*   position: absolute; */
/*   width: 100%; */
/*   bottom: -25px; */
/*   padding: 0; */
/*   margin: 0; */
/*   list-style: none; */
/*   text-align: center; */
/*   line-height: 1; */
/* } */
/*  */
/* .flickity-rtl .flickity-page-dots { direction: rtl; } */
/*  */
/* .flickity-page-dots .dot { */
/*   display: inline-block; */
/*   width: 10px; */
/*   height: 10px; */
/*   margin: 0 8px; */
/*   background: #333; */
/*   border-radius: 50%; */
/*   opacity: 0.25; */
/*   cursor: pointer; */
/* } */
/*  */
/* .flickity-page-dots .dot.is-selected { */
/*   opacity: 1; */
/* } */

/* end external css: flickity.css */
/*! Flickity v2.0.4
https://flickity.metafizzy.co
---------------------------------------------- */

.carousel {
  background: #FAFAFA;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  height: 500px;
  margin-right: 8px;
  background: #17535B;
  background-color: #ddd;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}

.carousel-nav .carousel-cell {
  height: 90px !important;
  width: 120px !important;
  overflow: hidden;
}

.carousel-nav {
    background-color: #ddd;
    border-radius: 6px;
  }

.carousel-nav .carousel-cell img {
    height: 90px !important;
    width: 110px !important;
}

/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 38vw;
  object-fit: contain;;
  -webkit-transition: .2s !important;
  transition: .2s !important;
}

.carousel-main img.expand{
  vertical-align:bottom;
  height: 37.5vw;
  object-fit: cover;
  -webkit-transition: .2s !important;
  transition: .2s !important;
}

.carousel-main {
    border-radius: 7px;
}

.blog_post p{
    margin-bottom: 10px !important;
    font-size: 13px;
    line-height: 20px;
    color: #444;
}


@media (min-width: 768px) and (max-width: 991.95px) {  /*Real mobile*/
    .carousel-main img {
        height: 50vw;
    }
    .carousel-cell {
        height: 470px;
    }

    .carousel-main img.expand{
      vertical-align:bottom;
      height: 51vw;
    }
}

@media (min-width: 221px) and (max-width: 479.95px) { /*Real mobile*/
    .carousel-main img {
        height: 94vw;
        object-fit: contain;
    }
    .carousel-cell {
        height: 300px;
    }
    .carousel-main img {
        display: block !important;
        margin-top: -21px !important;
        padding: 0;
    }
    .carousel-cell {
        /* background: none; */
    }

    .carousel-main img.expand{
      vertical-align:bottom;
      height: 92vw;
    }
}