.stm_video_list_style_1 .btn_load {
  width: 100%;
  border: 0 !important;
  background-color: #e9e9ee !important;
  text-align: center;
  text-transform: none;
  font-size: 15px; }

.stm_video_list_style_1 .btn.btn_primary.btn_outline.btn_load:hover span {
  color: #fff !important; }

.stm_video_list_style_1 .stm_video_list__top {
  padding: 0 0 40px; }
  .stm_video_list_style_1 .stm_video_list__top .stm_share a {
    width: 40px;
    height: 40px; }
  .stm_video_list_style_1 .stm_video_list__top .stm_share .__icon {
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px; }

.stm_video_list_style_1 .stm_video_list__filter {
  padding: 0;
  list-style: none; }
  .stm_video_list_style_1 .stm_video_list__filter li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
    .stm_video_list_style_1 .stm_video_list__filter li:last-child {
      margin-right: 0; }

.stm_video_list_style_1 .stm_video_list__content {
  padding: 80px 0 0; }
  .stm_video_list_style_1 .stm_video_list__content .stm_video_list__single {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 50px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.12); }
    .stm_video_list_style_1 .stm_video_list__content .stm_video_list__single:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .stm_video_list_style_1 .stm_video_list__content .inner {
    position: relative;
    min-height: 250px;
    overflow: hidden; }
    .stm_video_list_style_1 .stm_video_list__content .inner img {
      transition: all .3s ease; }
    .stm_video_list_style_1 .stm_video_list__content .inner .stm_video_list_overlay {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.2;
      background-color: #0c0c0d;
      z-index: 10;
      transition: all .3s ease; }
    .stm_video_list_style_1 .stm_video_list__content .inner .play-video {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 106px;
      height: 106px;
      margin: -53px 0 0 -53px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      z-index: 20; }
      .stm_video_list_style_1 .stm_video_list__content .inner .play-video:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%; }
      .stm_video_list_style_1 .stm_video_list__content .inner .play-video:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        margin: 25px 0 0 37px;
        border-width: 29px 0 29px 43px;
        border-color: transparent transparent transparent #fff; }
      .stm_video_list_style_1 .stm_video_list__content .inner .play-video:hover + .stm_video_list_overlay {
        opacity: 0.5; }
        .stm_video_list_style_1 .stm_video_list__content .inner .play-video:hover + .stm_video_list_overlay + img {
          -webkit-transform: scale(1.07);
                  transform: scale(1.07); }

@media (max-width: 1024px) {
  .stm_video_list_style_1 .stm_share {
    padding-left: 0 !important; } }

@media (max-width: 550px) {
  .stm_video_list_style_1 .stm_video_list__content .stm_video_list__single {
    padding-right: 30px; }
    .stm_video_list_style_1 .stm_video_list__content .stm_video_list__single .inner {
      min-height: 100px; }
    .stm_video_list_style_1 .stm_video_list__content .stm_video_list__single.has-post-thumbnail .inner {
      min-height: inherit; }
  .stm_video_list_style_1 .stm_video_list__content .inner .play-video {
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px; }
    .stm_video_list_style_1 .stm_video_list__content .inner .play-video:after {
      margin: 20px 0 0 30px;
      border-width: 20px 0 20px 30px; } }
