.post-container-header .swiper {
    width: 100%;
    height: 100%;
  }

  .post-container-header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .post-container-header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-container-header .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-container-header .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .post-container-header .mySwiper2 {
    width: 100%;
    height: 550px;
    padding: 2px;
    padding-top: 10px;
  }

  .post-container-header .mySwiper {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .post-container-header .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.8;
  }

  .post-container-header .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .post-container-header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-thumbs {
    background: #dfdfdf;
    padding: 10px !important;
  }

  .swiper-thumbs .swiper-slide {
    cursor: pointer;
  }

  .swiper-button-prev, .swiper-button-next {
    color: hsl(202, 88%, 41%) !important;
  }