.mySlides {
    position: relative;
    width: 100%;
    max-height: 100%;
    max-width: 960px;
    display: none;
    background: #fff;
    /*overflow: auto;*/
    top: 0;
    border-radius: 10px;
    padding: 57px;
    padding-bottom: 0;
}

.simplebar-mask {
  border-radius: 10px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    background: #f59b33;
    cursor: pointer;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(73,115,117);
  color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/*
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}*/

.description {
  display: flex;
}

.mySlides img {
  max-width: 355px;
  border-radius: 10px;
}

.slides-block {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 41px;
}

.slides-block.see {
  display: flex;
}

img {max-width: 100%;}


.story-description {
  display: flex;
  flex-wrap: wrap;
}

.story-description p {
  margin-top: 20px;
}

.story-description p:first-child {
  margin-top: 0;
}

.story-info {
  flex: 1 1;
  padding-left: 30px;
}

.full-story {
  display: none;
}

@media (max-width: 960px) {
  .story-info {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .story-image {
    margin: 0 auto;
  }
  .mySlides img {
    max-width: 100%;
  }
  .story-info .btn {margin-top: 33px;}
  .mySlides {padding-bottom: 50px;}
}

@media (max-width: 768px) {
  .mySlides {
    padding: 67px 20px 50px 20px;
  }
}

@media (max-width: 576px) {
  .mySlides {
    padding: 67px 10px 30px 10px;
  }
}

@media (max-width: 450px) {
  .prev, .next {padding: 16px 10px;}
  .slides-block {padding: 40px 29px;}
  .story-description p {font-size: 14px; line-height: 1.9;}
  .story-description h6 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.short-story.hid, .full-story.hid {
  display: none;
}

.short-story.see, .full-story.see {
  display: block;
}

@media (max-width: 576px) {
  .prev, .next {top: 37%;}
}