.home__stories {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 0;
  box-sizing: border-box;
}

.home__stories__content {
  display: block;
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  max-width: 1142px;
  padding: 0;
  box-sizing: border-box;
}

.home__stories__row {
  display: block;
  margin: 0px;
  font-size: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.home__stories__row::after {
  content: "";
  clear: both;
  display: table;
}

.home__stories__column {
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 50%;
  margin: 0;
}

.home__stories__column_large {
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 66.66%;
  margin: 0;
}

.home__stories__column_small {
  vertical-align: middle;
  text-align: center;
  float: left;
  width: 33.33%;
  margin: 0;
}

.home__stories__column::after .home__stories__column_60::after .home__stories__column_40::after{
  content: "";
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .home__stories__column .home__stories__column_60 .home__stories__column_40 {
    float: none;
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
  }
}

.home__stories__cell {
  float: left;
  width: 50%;
  margin: 0;
}

.home__stories__story {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 55.19%;
  margin: auto;
  border: 4px solid #000;
}

.home__stories__story:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 99;
}

@media only screen and (min-width: 1025px) {
  .home__stories__story:after {
    transition: (opacity 0.7s);
  }
}

@media only screen and (min-width: 1025px) {
  .home__stories__story:hover:after {
    opacity: 0.5;
  }
}

.home__stories__story .home__stories__story-title {
  right: 5%;
}

.home__stories__story_small {
  padding-bottom: 110.24%;
}

.home__stories__story_small .home__stories__story-title {
  right: 3%;
  left: 9%;
}

.home__stories__story-title {
  position: absolute;
  left: 5%;
  bottom: 34px;
  right: 3%;
  z-index: 100;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0 auto;
}

.gly-rotate-45 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon_close {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  color: #d7d7d5 !important;
  margin: 0 12px;
}

.text-end {
  text-align: end;
}

.show-icon {
  display: inline-block !important;
}

.hide-icon {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .icon_close {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .icon_close:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .icon_close {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .home__stories__story-title {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home__stories__story-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 850px) {
  .home__stories__story-title {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .home__stories__story-title {
    font-size: 1.5rem;
    bottom: 10px;
  }
}

@media screen and (max-width: 510px) {
  .home__stories__story-title {
    font-size: 1.3rem;
    bottom: 5px;
  }
}

@media screen and (max-width: 420px) {
  .home__stories__story-title {
    font-size: 1rem;
    bottom: 5px;
  }
}
