.rs-video {
  padding: 100px 0px 80px;
}
@media (max-width: 1439.98px) {
  .rs-video {
    padding: 80px 0px 60px;
  }
}
@media (max-width: 991.98px) {
  .rs-video {
    padding: 40px 0px 40px;
  }
}
.rs-video__block {
  padding-bottom: 44.237%;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.rs-video__block iframe {
  width: 100%;
  height: 100%;
}
.rs-video__block .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .rs-video__block .video-container:hover .youtube .play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.rs-video__block .video-container iframe,
.rs-video__block .video-container object,
.rs-video__block .video-container embed,
.rs-video__block .video-container .youtube {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-video__block .video-container iframe .video-preview,
.rs-video__block .video-container object .video-preview,
.rs-video__block .video-container embed .video-preview,
.rs-video__block .video-container .youtube .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-video__block .video-container iframe .video-preview img,
.rs-video__block .video-container object .video-preview img,
.rs-video__block .video-container embed .video-preview img,
.rs-video__block .video-container .youtube .video-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-video__block .video-container .youtube {
  cursor: pointer;
}
.rs-video__block .video-container .youtube .play {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1439.98px) {
  .rs-video__block .video-container .youtube .play {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .rs-video__block .video-container .youtube .play {
    width: 40px;
    height: 40px;
  }
}
.rs-video__block .video-container .youtube .play::before {
  content: "";
  background-image: url("../img/icons/video-icons.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rs-video__description {
  margin-top: 33px;
}
@media (max-width: 991.98px) {
  .rs-video__description {
    margin-top: 20px;
  }
}
.rs-video__description h3 {
  margin-bottom: 5px;
}