
#image-carousel {
  width: 100%;
  margin: 0 auto 10px;
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1000 / 177;
}
.image-big-carousel{position: relative;}
/* ul.image-slides {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease;
} */

/* .image-slides li {
  width: 100%;
  max-width: 124px;
  max-height: 124px;
} */

.current-image, .article-photo-last {
  width: 86%;
  object-fit: cover;
  position: relative;
  left: 7%;
}
.image-big-carousel .article-photo-button{top:1px;}
.article-photo-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  z-index: 2;
  width: calc(7% - 4px);
  height: calc(100% - 8px);
  padding: 0;
  border: none;
  outline: 0;
  top: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  background-color: rgba(0, 168, 174, .3);
}

.article-photo-button a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  background-color: #00a7ae
}

.article-photo-button--prev {
  left: 0;
}
.article-photo-button--next {
  right: 0;
}

.article-photo-button a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  background-color: #00a7ae;
}

.article-photo-button--next,
.article-photo-button--next a
 {
  background-image: url(../img/arrow_right_white.svg);
}

.article-photo-button--prev, 
.article-photo-button--prev a
{
  background-image: url(../img/arrow_left_white.svg);
}

.article-photo-number {
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  margin: auto;
  margin-bottom: 12px;
}

.article-photo-number span {
  background: #fff;
  display: inline-block;
  padding: 5px 22px;
  border-radius: 12px;
}

.article-header-photo-thumbs--gallery {
  width: 86%;
  height: auto;
  margin: 0 auto;
  padding: 0 2px 0 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-gallery {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*margin: -30px 0 0 -25px;*/
    padding: 15px 25px;
    width: 100%;
    background: -o-linear-gradient(top, #9cf5f1 40%, #57d7cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #9cf5f1), to(#57d7cb));
    background: linear-gradient(to bottom, #9cf5f1 40%, #57d7cb 100%);
}

.article-header-photo-thumbs__item a {
  width: 100%;
  display: block;
  overflow: hidden;
  outline: 0;
  padding: 100% 0 0;
  position: relative;
}

.article-header-photo-thumbs__item img {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  overflow: hidden;
}

.article-photo-last {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.list-related-site__hdg {
  font-size: 18px;
    line-height: 1.2;
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-related-site__list {
  margin: 0 0 15px;
  padding: 0;
}

.article-header-photo-thumbs__item {
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 4px transparent solid;
  outline: 0;
  font-size: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article-body p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.5;
}

.photo-article__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo_article__more {
  width: 60%;
  margin: 15px auto 0;
}

.photo_article__more a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  display: block;
  padding: 12px 5px;
  text-decoration: none !important;
}

.selected {
  position: relative;
}

.selected::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px #ff9e2d solid;
}

.article-photo__caption {
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
  text-align: left;
  caption-side: bottom;
  color: #222;
  font-style: normal;
}

.pb-2r {
  padding-bottom: 2rem;
}