.c-video__inner {
  text-align: center;
}
@media all and (min-width: 1280px) {
  .c-video__inner {
    max-width: 60%;
    margin: auto;
  }
}
.c-video__heading {
  font-size: 28px;
  font-size: 2.8rem;
  color: #312F2F;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-video__heading {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-video__heading {
    font-size: 4.8rem;
  }
}
.c-video__copy {
  font-size: 16px;
  font-size: 1.6rem;
  color: #312F2F;
  font-weight: 400;
  line-height: 1.44444444;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  max-width: 80%;
}
@media all and (min-width: 768px) {
  .c-video__copy {
    max-width: 50rem;
  }
}
@media all and (min-width: 1280px) {
  .c-video__copy {
    font-size: 1.8rem;
  }
}
.c-video__container {
  padding: 0 20px;
  padding: 0 2rem;
  position: relative;
}
.c-video__container .i-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-size: 6rem;
  fill: #fff;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .c-video__container .i-play-button {
    font-size: 8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-video__container .i-play-button {
    font-size: 11rem;
  }
}
.c-video__iframe__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  display: inline-block;
  outline: none;
}
.c-video__iframe__wrapper__image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('/images/buildassets/banner-placeholder.jpg');
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
.c-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  frameborder: 0;
  border: 0;
}
.c-video__btn__wrapper {
  padding: 20px 0;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video__gallery__heading {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-video__gallery__heading {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-video__gallery__heading {
    font-size: 3.6rem;
  }
}
.c-video__gallery__wrapper {
  /* padding: 0 2rem; */
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  row-gap: 2rem;
  width: calc(102%);
  margin-left: -10px;
  margin-left: -1rem;
}
.c-video__gallery__wrapper .i-play-button {
  font-size: 60px;
  font-size: 6rem;
}
.c-video__gallery__wrapper .c-video__container {
  padding: 0 10px;
  padding: 0 1rem;
  cursor: pointer;
}
.c-video__gallery__item {
  flex: 0 1 100%;
}
@media all and (min-width: 768px) {
  .c-video__gallery__item {
    flex: 0 1 50%;
  }
}
@media all and (min-width: 1280px) {
  .c-video__gallery__item {
    flex: 0 1 33.33%;
  }
}
.c-video__gallery__item__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 10px;
  padding-left: 1rem;
}
@media all and (min-width: 768px) {
  .c-video__gallery__item__title {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-video__gallery__item__title {
    font-size: 2.2rem;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  box-shadow: none;
  background: none;
  margin-top: -15px;
  margin-top: -1.5rem;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
.slick-arrow svg {
  fill: #D62727;
  font-size: 20px;
  font-size: 2rem;
  transition: fill 0.3s;
}
.slick-arrow:hover svg {
  fill: #e26868;
}
.slick-prev {
  left: -10px;
  left: -1rem;
}
.slick-prev svg {
  transform: rotate(-180deg);
  display: inline-block;
}
.slick-next {
  right: -10px;
  right: -1rem;
}
