.editorial {
  position: relative;
  min-width: 235px;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
}

.editorial .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
}

.editorial-media:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.editorial-target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  letter-spacing: -4px;
  cursor: pointer;
}

.editorial-media {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 5;
}

.editorial-media>.editorial-target:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.editorial-media img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.editorial-media-play{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  z-index: 20;
  opacity: 0.5;
  text-align: center;
}
.editorial-summary {
  position: relative;
  height: 208px;
  background: white;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  letter-spacing: -4px;
}

.editorial-summary * {
  letter-spacing: normal;
}

.editorial-summary:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.editorial-summary-text {
  position: relative;
  padding: 24px 0;
  display: inline-block;
  vertical-align: middle;
}

.editorial-summary-date {
  margin: 0 24px 5px 24px;
  font-size: 12px;
  color: #838689;
}

.editorial-summary-title {
  margin: 0 24px;
  max-height: 98px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
}

.editorial-summary-more {
  position: relative;
  padding: 0 12px;
  height: 40px;
  border-top: 1px solid #eee;
  background-color: white;
  z-index: 10;
}

.editorial-summary-more:before,
.editorial-summary-more>.to-action:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.editorial-summary-more>.to-logo {
  display: inline-block;
  vertical-align: middle;
}

.editorial-summary-more>.to-logo img {
  max-height: 17px;
  vertical-align: middle;
}

.editorial-summary-more>.to-action {
  float: right;
  height: 100%;
}


/* ONLY TEXT */

.editorial.only-text .editorial-media {
  margin-bottom: 249px;
}

.editorial.only-text .editorial-media * {
  display: none;
}

.editorial.only-text .editorial-summary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 41px;
  height: auto;
}

.editorial.only-text .editorial-summary .editorial-summary-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}


/*animated*/

.editorial.animated .editorial-summary,
.editorial.animated .editorial-summary-more {
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}

.editorial.only-text.animated:hover .editorial-summary,
.editorial.only-text.animated:hover .editorial-summary-more {
  background-color: #eee!important;
}


/*animated background-color*/

.editorial.only-text.editorial-bg-gray .editorial-summary {
  background-color: #f8f8f8;
}


/*animated zoom*/

.editorial.animated .editorial-media img {
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -moz-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -o-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  transition: all .7s cubic-bezier(.2, 1, .22, 1);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.editorial.animated:hover .editorial-media img {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}


/* THEME LEVEL */

.editorial-level:before {
  content: "";
  display: block;
  padding-top: 37%;
}

.editorial-level {
  min-width: 470px;
}

.editorial-level>.editorial-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.editorial-level .editorial-media {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.editorial-level .editorial-summary {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.editorial-level.only-text .editorial-summary {
  padding-left: 80px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}


/*themes single*/

.editorial-single:before {
  content: "";
  display: block;
  padding-top: 61.2%;
}

.editorial-single>.editorial-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.editorial-single>.editorial-inner>.badge {
  display: none;
}

.editorial-single .editorial-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.editorial-single .editorial-summary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}

.editorial-single .editorial-summary-text {
  padding: 0 24px;
  color: white;
  z-index: 10;
}

.editorial-single .editorial-summary-text>.badge {
  position: static;
}

.editorial-single .editorial-summary .editorial-target {
  z-index: 20;
}
.editorial-single .editorial-summary-title a {
  color: white;
}

.editorial-single .editorial-summary-title {
  margin: 0;
  max-height: 64px;
  font-size: 16px;
  font-weight: bold;
}

.editorial-single .editorial-summary-date,
.editorial-single .editorial-summary-more {
  display: none;
}

.editorial-single.only-text .editorial-summary-title a,
.editorial-single.only-text .editorial-summary-title {
  color: #222;
}


/*single small*/

.editorial-single.single-small:before {
  content: "";
  display: block;
  padding-top: 43.7%;
}

.editorial-single.single-small {
  min-width: 217px;
}

.editorial-single.single-small .editorial-summary-title {
  max-height: 52px;
  font-size: 13px;
}


/*themes single only-text*/

.editorial-single.only-text:before {
  content: "";
  display: block;
}

.editorial-single.only-text .editorial-media,
.editorial-single.only-text>.editorial-inner>.badge {
  display: none;
}

.editorial-single.only-text .editorial-summary {
  padding: 0;
  border: 0;
  border-radius: 5px;
  background-color: white
}

.editorial-single.only-text .editorial-summary-text {
  padding: 12px 24px;
  color: #222;
}

.editorial-single.only-text .editorial-summary-title *,
.editorial-single.only-text .editorial-summary-title {
  color: #222;
}

/* SWIPER EDITORIAL BOX */

.swiper-editorial-box {
  padding: 24px;
  background-color: white;
}

.swiper-editorial-box .swiper-slide {
  box-sizing: border-box;
}

.swiper-editorial-box .swiper-slide .editorial {
  width: auto;
  box-sizing: border-box;
}

.swiper-editorial-box>.swiper-pagination {
  position: static;
  margin-bottom: -24px;
  height: 50px;
  line-height: 50px;
}

.swiper-editorial-box>.swiper-pagination>.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #707070;
  opacity: 1
}

.swiper-editorial-box>.swiper-pagination>.swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 5px;
}

.swiper-editorial-box>.swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #707070;
}


/* SWIPER EDITORIAL BOX -- THEME */

.swiper-editorial-box.swiper-editorial-gray {
  background-color: #f7f7f7;
}

.swiper-slide .editorial {
  min-width: initial;
}