.frameish-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.frameish-wrapper .slick-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .frameish-wrapper .slick-prev {
    left: 0px;
  }
}
.frameish-wrapper .slick-next {
  right: 30px;
}
@media (max-width: 767px) {
  .frameish-wrapper .slick-next {
    right: 10px;
  }
}
.frameish-wrapper .slick-prev:before, .frameish-wrapper .slick-next:before {
  color: #B151FA;
  font-size: 35px;
}

.frameish-slide {
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .frameish-slide {
    padding: 0px;
  }
}

.frameish-image img {
  width: 100%;
  height: 550px !important;
  border-radius: 20px !important;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .frameish-image img {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .frameish-image img {
    height: 200px !important;
  }
}

.frameish-info {
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frameish-info h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #222;
}
.frameish-info p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.frameish-nav {
  margin-top: 0px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .frameish-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.frameish-thumb {
  cursor: pointer;
  padding: 10px 8px;
  margin: 10px 5px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.frameish-thumb img {
  width: 100%;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px !important;
}

.frameish-thumb.slick-current {
  opacity: 1;
  border: 1px solid #B151FA;
}/*# sourceMappingURL=frameish.css.map */