.front_page_banner {
  height: 260px;
  overflow-y: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.gallery-cell {
  width: 100%;
  height: 260px;
  margin:0;
  padding:0;
  overflow: hidden;
  position: relative;
}
.views-field-field-fp-banner-image {
  z-index: 0;
  position: relative;
  top: 0;
  height: 280px;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.views-field-field-fp-banner-image .field-content {
  min-width: 100%;
  background-color: white;
}

.fp-banner-image {
  height: auto;
  min-height: 260px;
  max-height: 26px;
  width: 100%;
  position: relative;
}

.fp-banner-image img {
  object-fit: cover;
}

.gallery-cell .views-field-title {
  width: 56%;
  height: 200px;
  margin-left: 70px;
  z-index: 10;
  position: relative;
  bottom: 260px;
}

.flickity-prev-next-button.next {
  right: 0px;
}

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

.flickity-page-dots {
  bottom:10px;
}

.flickity-page-dots .dot {
  background-color: #ffffff;
}

.fp-clipped-overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
  width: 70%;
  height: 260px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
  background: #54050F;
  background: linear-gradient(120deg,rgba(84, 5, 15, 0.95) 0%, rgba(84, 5, 15, 0.6) 100%);
}

.fp-clipped-overlay-border {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
  width: 70%;
  height: 260px;
  clip-path: polygon(84% 0%, 85% 0%, 100% 100%, 99% 100%);
  background: #8b2331;
}

.front_page_banner .fp-text {
}

.front_page_banner .fp-text, .front_page_banner .fp-text h1 {
  color: white;
}

.front_page_banner a {
  display: inline-block;
  padding: 10px 40px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-shadow: none;
  background-color: var(--button-red);
}

.front_page_banner a:hover {
  color: var(--button-red);
  background-color: white;
}

@media screen and (max-width: 1348px) {
  .fp-text {
    padding:0 50px;
  }
}

@media screen and (max-width: 1178px) {


  .flickity-viewport {
    height: 360px !important;
  }

  .flickity-page-dots {

  }

  .front_page_banner {
    height: 360px;
  }

  .fp-clipped-overlay {
    clip-path: none;
    width: 100%;
    max-width: 100%;
    height: 360px;
    position: relative;
  }

  .fp-clipped-overlay-border {
    display: none;
  }

  .flickity-viewport {
    height: 360px;
  }
  .gallery-cell {
    height: 360px;
    position: relative;
  }

  .flickity-prev-next-button {
    display: none;
  }
  
  .views-field-field-fp-banner-image {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    background-color: none;
  }

  .fp-banner-image {
    display: flex;
    align-items: center;
    height: 360px;
    width: 100%;
    max-width: 100%;
    clip-path: none;
    position: relative;
    top: 0;
  }

  .fp-banner-image img {
    clip-path: none;
    position: relative;
    object-fit: cover;
  }

  .fp-text {
    height: 360px;
    width: 100%;
    position: relative;
    display: inline-block;
  }

  .gallery-cell {
    height: 360px;
    display: inline-block;
  }

  .gallery-cell .views-field-title {
    width: calc(100% - 50px);
    margin-left: 0px;
    height: 360px;
    top: 0;
    position: absolute;
  }

  .fp-text {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 25px;
  }
}

@media screen and (max-width: 958px) {
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 565px) {

}
