.article_box {
  width: 100%;
  height: 187px;
  background-image: url("/sites/default/files/assets/video page/article_backgroundv2.png");
  background-size: 140px 187px;
  /*border: 2px solid #3FDFD0;*/
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding-right: 10px;
  padding-left: 10px;
}

.article_box:hover {
  box-shadow: rgba(50, 50, 93, 0.45) 0px 13px 27px -5px, rgba(0, 0, 0, 0.5) 0px 8px 16px -8px;
}

.article_box a {
  font-size: 13px !important;
  text-decoration: none;
  color: inherit;
  padding-top: 30px;
}

.article_cont:hover a {
  text-decoration: none;
}

.article_cont {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 40px;
}

/* VIDEO PLAYER */
.responsive_vid {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#video_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 562.5px;
  margin: 0 auto;
}

#video_desc {
  font-size: small;
  margin: 20px 0 30px 0;
}

/* END VIDEO PLAYER */
/* VIDEO PICKER */
.video_picker {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}

#vid_scroll_left_full {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: absolute;
  left: 0;
}

#vid_scroll_right_full {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  position: absolute;
  right: 0;
}

#vid_scroll_right {
  display: none;
  cursor: pointer;
  margin-left: 25px;
}

#vid_scroll_left {
  display: none;
  cursor: pointer;
  margin-right: 25px;
}

.vid_scroll_cont {
  width: 100%;
  overflow-x: scroll;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.vid_scroll_cont::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.video_container {
  min-width: 150px;
  margin: 0px 2% 0px 2%;
  text-align: center;
  font-size: xx-small;
}

.video_thumbnail {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.vid_flex_cont {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#play-btn {
  width: 35%;
  height: 35%;
  background-image: url(/sites/default/files/images/video-thumbnails/play-arrow_hover.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#play-btn:hover {
  background-image: url(/sites/default/files/images/video-thumbnails/play-arrow.png);
}

.rotate_button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #02C7B3;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #video_desc {
    font-size: medium;
  }
  .video_container {
    min-width: 200px;
    font-size: x-small;
  }
  .video_thumbnail {
    height: 133.3px;
  }
  #vid_scroll_left_full {
    height: 65px;
  }
  #vid_scroll_right_full {
    height: 65px;
  }
}
@media only screen and (min-width: 1000px) {
  #video_desc {
    font-size: large;
  }
  .video_container {
    min-width: 250px;
    font-size: small;
  }
  .video_thumbnail {
    height: 166.7px;
  }
  #vid_scroll_left_full {
    display: none;
  }
  #vid_scroll_right_full {
    display: none;
  }
  #vid_scroll_right {
    display: block;
    height: 70px;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
  }
  #vid_scroll_left {
    display: block;
    height: 70px;
    width: -moz-fit-content;
    width: fit-content;
    position: static;
  }
  .vid_scroll_cont {
    width: 80%;
  }
  .responsive_vid {
    padding-bottom: 562.5px; /* 16:9 */
    width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .vid_scroll_cont {
    width: 70%;
  }
}
