.play-icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 250ms;
  position: relative;
  font-size: 2em;
  bottom: calc(((100% - 50px)/2));
  border:none;
}
.play-icon:after {
  content: ' ►';
  font-size: 1.3em;
  position: relative;
  left: 2px;
  color: white;
}
.show-more {
  background-color: #2b3b57;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: .7rem 10px;
  overflow: hidden;
  color: inherit;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#cr_container {
    max-width: 390px;
    margin: 0 auto;
}
.cr-video-card {
  background: gray;
  position: relative;
  cursor: pointer;
  background-size: cover;
  max-width: 355px;
  color: white !important;
  flex-shrink: 0;
  min-width: 120px;
  width: 50%;
  overflow: visible;
  margin: 20px 5px 70px 5px;
}
@media (min-width: 800px) {
  #cr_container {
    max-width: 560px;
  }
  .cr-video-card {
    width: calc(33.33% - 10px);
  }
}
@media (min-width: 950px) {
  #cr_container {
    max-width: 1000px;
  }
  .cr-video-card {
    width: calc(25% - 10px);
  }
}
.cr-video-card-aspect {
  width: 100%;
  height:0;
  position: relative;
  padding-top: 56.25%;
  z-index: 1;
}
.cr-video-card-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cr-video-card-content:hover .play-icon {
  opacity: 1;
}
.cr-video-card-content:hover > .cr-video-card-inner {
  transform: translateY(0);
  background-color: rgba(0,0,0,0.5)
}
.cr-video-card-content:hover .cr-video-duration {
  opacity: 1;
}
.cr-video-card-inner {
  width: 100%;
  height: 100%;
  transition: all 250ms;
  position: relative;
  bottom: 0px;
}
.cr-video-description {
  display: none;
}
.cr-video-details {
  position: absolute;
  width: 100%;
  padding: 0 5px;
  background-color: transparent;
}
.cr-video-duration {
  display: none;
}
.cr-video-play {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.cr-video-title {
  width: 100%;
  overflow: hidden;
  height: 3.5em;
  white-space: normal;
  text-overflow: initial;
  line-height: normal;
  font-weight: normal;
  margin: 10px 0;

}

/*//*/
#cr_container {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.cr-flexbox {
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
  width: calc(100% - 50px);
  margin: 0 23px;
  overflow-x: hidden;
}

.cr {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.cr::-webkit-scrollbar,
.cr-flexbox::-webkit-scrollbar {
  display: none;
}

.cr-title {
  display: inline-block;
  color: white;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.deals-paddle {
  color: white;
  margin: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  z-index: 3;
  transition: .2s;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: none;
  top: -45px;
}

.deals-paddle:hover {
  color: gray;
}

.deals-paddle:focus {
  outline: none;
}

.deals-paddle svg {
  width: 10px;
}

.deals-scroll-left {
  left: 0px;
  bottom: 0;
}

.deals-scroll-right {
  bottom: 0;
  right: 0px;
}

.cr-section {
  padding: 0;
  margin: 0;
  width: 100%;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 2;
  -ms-grid-row: 2;
  position: relative;
}

@media (min-width: 768px) {

  .cr-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cr-whitewrap {
  padding: 0;
  margin: 0;
  width: 100%;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 2;
  -ms-grid-row: 2;
}
