.button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.button-play svg {
  width: 50px;
  height: 50px;
  fill: #FFF;
}

.video_item_inner iframe {
  height: 240px;
}

.list_video_below {
  margin-top: 15px;
  margin-left: -7px;
  margin-right: -7px;
}

.list_video_below .video_item {
  width: 25%;
  float: left;
  padding: 0 7px;
  position: relative;
  box-sizing: border-box;
}

.video_item:hover .info .text-bottom .name {
  color: var(--green-color);
}

.videos_block_body {
  margin-left: -15px;
  margin-right: -15px;
}

.videos_block_body .video_item {
  box-sizing: border-box;
  cursor: pointer;
}

.video_item_inner_has_img {
  position: relative;
  overflow: hidden;
  max-height: 240px;
}

.video_item_inner_has_img::before {
  background: rgba(41, 33, 36, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video_item_inner_has_img a {
  display: inline-block;
}

.video_item_inner_has_img a {
  position: relative;
}

.video_item_inner_has_img span i {
  display: block;
  height: 50px;
  left: 50%;
  left: calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  width: 46px;
  background-repeat: no-repeat;
  font-family: FontAwesome;
  color: #FFF;
  font-size: 52px;
  transform: translate(-50%, -50%);
}

.video_item:hover .video_item_inner_has_img span i {
  color: var(--green-color);
}

.list_video_below .video_item_inner_has_img::after {
  height: 28px;
  font-size: 30px;
  line-height: 28px;
  width: 28px;
}

.video-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(41, 33, 36, 0.5);
}

.video-name-inner {
  padding: 10px 10px;
  color: #FFF;
}

.video_item img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: auto;
}

.video_item_inner:hover img {
  moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.video_item:hover .video-name-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: 0.35s ease-in-out all;
  transition: 0.35s ease-in-out all;
  color: #ff1919;
}

.text-bottom .name {
  transition: 0.3s;
  text-align: center;
  padding: 12px;
  overflow: hidden;
  color: #20282b !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-bottom .name {
  color: black;
}

.text-bottom .position {
  color: #4d4d4d;
}

i.fa.fa-youtube-play.videos-icon {
  font-size: 33px;
  margin-right: 13px;
}

.info img {
  width: 50px;
  height: 60px;
  float: left;
}

@media only screen and (max-width: 1225px) {
  .videos_block_body {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .videos_block_body {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
  }
  .videos_block_body .video_item {
    width: calc(33.33% - 16px);
    margin: 0px 8px;
    padding: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .video-top-block span {
    font-size: 25px;
    padding-left: 32px;
  }
  .video-top-block span svg {
    top: 0px !important;
    width: 28px !important;
    height: 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .info img {
    display: none;
  }
  .info .text-bottom {
    max-width: 100%;
  }
  .video-top-block span {
    font-size: 20px;
  }
  .video-top-block span svg {
    position: absolute;
    top: 5px;
    left: 0;
    color: #464141;
  }
}
@media only screen and (max-width: 320px) {
  .video_item {
    width: 100% !important;
    padding: 0 0px;
    margin-bottom: 10px;
  }
  .videos_block_body {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_video {
    overflow-y: hidden;
    overflow-x: auto;
  }
}/*# sourceMappingURL=slideshow.css.map */