@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css");

.videoAndControlsContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.minWidthContainer {
  min-width: 480px;
}

.recommendedVideoThumbnailPlayIconBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#centerPlay {
  cursor: pointer;
  height: 75px;
  position: absolute;
  text-decoration: none;
  width: 75px;
}

.centerPlayBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoControlsContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoControlsRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

.end-content {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoControlsRow {
  bottom: 1px;
  display: flex;
}

.menu-overlay {
  display: none;
}

.videoPlayerControlButton img {
  width: 15px;
  height: 15px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}
.bold {
  font-weight: 600;
  font-size: 12px;
}
.italic {
  font-style: italic;
}

.separator {
  border-top: 1px solid #bbb;
  margin: 10px 0;
}

.tab {
  display: none;
}
.tab {
  display: inline;
}
.subtab {
  padding-top: 10px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}

.subtab-embed {
  display: flex;
  justify-content: flex-start;
}

#container {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: center;
}

#menu-screen {
  padding: 10px 10px 25px 10px;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.menuScreenNotCropped {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.75);
  color: #646464;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menuScreenNotCropped #close {
  display: flex;
}

.menuScreenCropped {
  display: none;
  background: rgb(32, 32, 32);
  color: white;
}

.menuScreenCropped #close {
  display: none;
}

#container,
#playerX,
video {
  text-align: left;
}

.endScreen {
  display: none;
  flex: 1;
  align-self: stretch;
  justify-self: stretch;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  display: none;
  color: #fff;
  box-sizing: border-box;
}

#error-screen {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  display: none;
  color: #fff;
}

.endScreen #up-next {
  color: #fff;
  font-size: 27px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light";
}

#error-screen p {
  margin: 20px;
  text-align: center;
}
.menu-overlay {
  position: absolute;
  display: none;
  right: 5%;
  font-size: 2em;
  color: #fff;
  opacity: 0.9;
  margin-bottom: -20px;
  padding: 5px;
}

#menu-navigation {
  padding-bottom: 20px;
  display: flex;
}

#menu-screen a {
  text-decoration: none;
}
#menu-screen label,
#menu-screen span {
  font-size: 70%;
}
#menu-navigation a {
  font-size: 15px;
  margin-right: 13px;
}
#menu-navigation a.active,
.current-video {
  border-bottom: 2px solid #bbb;
  padding-bottom: 2px;
}
a#moreinfo {
  display: inline-block;
  margin-top: 10px;
  background: transparent;
  padding: 2px 0px;
}
#moreinfo:hover {
  text-decoration: none;
}
#menu-screen input[type="text"],
#menu-screen textarea {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  color: #848484;
  font-size: 12px;
  padding: 5px;
  max-width: 100%;
  width: 100%;
}

#time-bubble {
  background: #00000059;
  border-radius: 2px;
  color: #fff;
  margin-right: 5px;
  padding: 3px;
  margin-top: 2px;
  text-align: center;
  font-family: Roboto, arial;
  display: inline-flex;
  bottom: -24px;
  display: none;
  font-size: 90%;
  position: absolute;
  z-index: 3;
}

#time-bubble-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.6);
  bottom: 17px;
  display: none;
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 3;
}
svg + #time-bubble-arrow {
  display: block;
  bottom: -7px;
  position: absolute;
}

/* Call to Action */
#call-to-action-bubble a {
  display: block;
  background: rgba(50, 50, 50, 0.2);
  border: 2px solid #fff;
  border-radius: 3px;
  z-index: 1;
  opacity: 0.95;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  max-width: calc(50% - 10px);
  max-height: calc(50% - 30px);
  overflow: hidden;
  padding: 6px 12px;
  position: absolute;
  right: 5px;
  -webkit-box-shadow: 4px 4px 28px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 28px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 28px -2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}
#call-to-action-bubble a:hover {
  background: rgba(50, 50, 50, 0.27);
  transition: all 0.4s ease;
}

#menu-screen .chapter-time {
  border-radius: 4px;
  color: #fff;
  font-size: 0.6em;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  font-family: arial;
}

.current-time {
  display: none;
}
#copy-url,
#copy-code {
  display: inline-block;
  background: #17abdd;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
}
.link-quality {
  top: 11px;
  right: 40px;
  position: absolute;
}

.link-quality,
.quality-bubble a {
  cursor: pointer;
}

.quality-bubble {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  font-size: 90%;
  padding: 5px 10px;
  position: absolute;
  z-index: 3;
  text-align: right;
  line-height: 1.5;
}
.quality-bubble-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 8px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 3;
}
.quality-bubble .quality-bubble-arrow {
  border-top: 7px solid #fff;
  bottom: -7px;
}
/* in-menu quality bubble */
.link-quality + .quality-bubble {
  border-top: 0;
  top: 40px;
  right: 28px;
}
.link-quality + .quality-bubble .quality-bubble-arrow {
  border-bottom: 7px solid #fff;
  top: -7px;
}
.action {
  display: inline-block;
  border-radius: 6px;
  padding: 7px 0 8px 0;
  text-align: center;
  width: 213px;
  margin: 0 auto;
}
.action a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}
.action a:hover {
  text-decoration: none !important;
}
#chapters a span {
  font-size: 80%;
}

.hover {
  opacity: 1;
}

.endScreenShareVideoBox {
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 399px) {
  .endScreenShareVideoBox {
    display: none;
  }
}

/*Next Video Countdown*/
/* Load animation */
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -629;
  }
}
@-moz-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -629;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -629;
  }
}

.count-down > li {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.count-down svg {
  z-index: 0;
}

.count-down svg > path {
  fill: none;
  /* use this to create a fill animation */
  stroke-width: 40%;
  stroke-dasharray: 629;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* Animation time set in switchMode() to tie countdown to redirect */
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.description,
.produced-tag {
  display: none;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.endScreenNotHidden {
  display: flex;
  visibility: visible;
  align-items: center;
  justify-content: center;
}

.playerContainerMessage {
  font-size: 27px;
  margin-bottom: 30px;
  color: #fff;
  font-family: Roboto, HelveticaNeue, "Helvetica Light" Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#menu {
  right: 1px;
}

.marker {
  height: 100%;
  width: 2px;
  transition: height 0.2s ease-in, bottom 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in, bottom 0.2s ease-in;
}
.marker.divider {
  background-color: #000;
}

.markerMinimalExpanded.chapter {
  background-color: #fff;
  opacity: 0.9;
  cursor: pointer;
  width: 6px;
  margin-top: 1px;
  position: absolute;
  height: 10px;
  bottom: 7px;
}

.markerMinimalCollapsed.chapter {
  background-color: #fff;
  opacity: 0.9;
  cursor: pointer;
  width: 6px;
  margin-top: 1px;
  position: absolute;
  height: 4px;
  bottom: 10px;
}

.marker.chapter {
  background-color: #fff;
  opacity: 0.9;
  cursor: pointer;
  width: 6px;
  margin-top: 1px;
  position: absolute;
  height: 23px;
  bottom: 1px;
}

.markerMinimalExpanded {
  margin-top: 1px;
  height: 10px !important;
  bottom: 7px !important;
}

.markerMinimalCollapsed {
  margin-top: 1px;
  height: 4px !important;
  bottom: 10px !important;
}

.chapter-title-container {
  text-align: left;
  width: 100%;
  flex: 1;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.share-button-container {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: -25px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-right: 5px;
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.chapterBubbleShareButton {
  cursor: pointer;
  bottom: 8px;
  opacity: 0.9;
  height: 25px;
}
.chapterBubbleShareButton:hover {
  opacity: 1;
}

#menu-screen input[type="text"]:focus,
#menu-screen textarea:focus {
  box-shadow: inset 0 0 0 1px #80d8ff;
}
#menu-screen textarea {
  height: 37px;
  max-height: 37px;
}

.progressAndChaptersBox {
  display: flex;
  flex: 1;
  position: relative;
}

#progress {
  opacity: 0.9;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  display: none;
  height: 23px;
  margin: 1px 1px 0 1px;
  border-radius: 0;
}

.progress {
  transition: height 0.2s ease-in, bottom 0.2s ease-in;
  width: 100%;
  -webkit-transition: height 0.2s ease-in, bottom 0.2s ease-in;
}

.ui-progressbar-value {
  height: 100%;
  z-index: -1;
}

.tab-overview,
.tab-share {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.tab-share {
  display: none;
}

.tab-share a {
  display: block;
  font-size: 15px;
}

.tab-share a.social {
  display: inline;
  font-size: 16px;
  margin-left: 5px;
}

#chapters {
  display: flex;
  box-sizing: border-box;
  margin-top: 15px;
  flex-direction: column;
}

#chapters .chapter {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}

#chapters .chapter,
#chapters .chapter a {
  color: #000;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  font-weight: 500;
}

.chapter-title {
  font-size: 15px;
  cursor: pointer;
}

.menuScreenVideoTitle {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.chapter {
  display: flex;
  align-items: center;
  background: #eaebf0;
  box-sizing: border-box;
}

.chapter:nth-of-type(odd) {
  background: #ddd;
}

.shareChapterCroppedMenuBox {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.chapter:hover {
  opacity: 0.82;
}

.chapter .link-share-chapter {
  display: none;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  color: white;
  text-align: center;
}

.chapter .link-share-chapter {
  display: flex;
  align-items: center;
}

a.menu-share {
  color: white !important;
}

.chapter-title .title-more {
  display: inline;
  line-height: inherit;
}
.chapter-title .title-remainder {
  display: none;
}

#menu-screen + #menu-screen + .wellcomemat-branding-container {
  position: absolute;
  bottom: 24px;
  right: -290px;
  background: #202020;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  z-index: 2;
}

.wellcomemat-branding {
  font-size: 12px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.play-pop {
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  background: rgba(0, 0, 0, 0.1);
}

#controls {
  bottom: 1px;
  display: none;
}

#controls * {
  text-decoration: none;
}

#controls a {
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 30px;
}
#controls .button {
  cursor: pointer;
  height: 23px;
  width: 30px;
  padding: 3px;
  margin: 1px 1px 0 1px;
}

#play {
  left: 8px;
  top: 4px;
}
#pause {
  left: 7px;
  top: 4px;
}
#control-bar-replay {
  left: 8px;
  top: 4px;
}

.volume {
  left: 32px;
}
#volume-on {
  top: 4px;
  left: 8px;
}
#volume-off {
  top: 4px;
  left: 10px;
}

.button svg {
  height: 15px;
  left: 7px;
  top: 4px;
  width: 15px;
}

.videoPlayerShareButton svg {
  height: 22px;
  width: 22px;
  left: 5px;
  top: 1px;
}

.button#control-bar-quality svg,
.button#control-bar-info svg {
  height: 17px;
  width: 17px;
  left: 7px;
  top: 3px;
}

.replayText {
  font-size: 27px;
  margin-bottom: 30px;
  color: #fff;
  font-family: Roboto, HelveticaNeue, "Helvetica Light" Arial, sans-serif;
}

.thumb-replay {
  z-index: 999;
  position: absolute;
  top: 65px;
  left: 135px;
  fill: #fff;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.thumb-replay {
  z-index: 999;
  position: absolute;
  top: 65px;
  left: 135px;
  fill: #fff;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.toggleReplay {
  width: 320px;
  height: 180px;
  position: relative;
}
.toggleReplayBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-replay path {
  stroke: #fff;
}

.replay-thumb {
  border: 1px solid #999;
  width: 320px;
  height: 180px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

#time-bubble-image {
  height: 90px;
  width: 160px;
  background-size: cover;
  position: absolute;
}

#chapterTimeBubble {
  text-align: center;
  display: none;
  position: absolute;
  top: -225px;
  width: 320px;
  height: 190px;
  /* top: -180px; */
  /* width: 240px; */
  /* height: 142px; */
  flex-direction: column;
  background-repeat: no-repeat;
}

.chapter-hover-bar {
  display: flex;
}

.chapter-hover-bar-text {
  color: #ffffff !important;
  padding: 5px 15px;
  font-size: 16px;
}

.chapterTimeDisplay {
  text-align: center;
  color: white;
  padding: 5px;
  background: #00000059;
  border-radius: 2px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  top: 30px;
  position: relative;
  margin: auto;
}

.hide {
  display: none;
}

.optionalVideoControl {
  display: none;
}

.wellcomemat-branding-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.safariZIndex {
  z-index: 1;
}

.quality-bubble {
  right: 30px;
  bottom: 31px;
}

.toggleReplay {
  width: 320px;
  height: 180px;
  position: relative;
}

.replay-screen {
  height: 80%;
}

.shareButtonRow {
  margin-top: 20px;
}

.recommended-videos-container p {
  text-align: left;
}
.recommended-videos-container-container {
  padding-bottom: 10px;
}
.toggle {
  overflow: hidden;
  display: flex;
}

.replay-screen .toggle {
  width: 100%;
  position: relative;
}
.recommendedVideoThumbnailImage {
  width: 100%;
}

.recommendedVideoThumbnailImage:hover,
.next-video-image-container:hover {
  cursor: pointer;
}

.recommendedVideoThumbnailImage {
  border: 1px solid #555;
}

.recommended-video-thumb-container:first-of-type {
  margin-left: 0;
}
.recommended-video-thumb-container:nth-of-type(3) {
  margin-right: 0;
}

@media (max-width: 576px) {
  .next-video-description,
  .description,
  .produced-tag {
    display: none;
  }

  .next-video-content h3 {
    font-size: 1em;
  }

  .recommendedVideoThumbnailImage {
    height: 100%;
    width: 100%;
  }
  .recommended-video-thumb-container:nth-of-type(3) {
    display: none;
  }
  .next-video-content h2 {
    margin-left: 10px;
  }
}

.recommended-videos-container p {
  text-align: left;
}

.recommended-video-thumb-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.recommended-video-thumb-container,
.toggle {
  overflow: hidden;
}

.next-video-title,
.moreVideosTitle {
  font-size: 18px;
  text-align: left;
  border: 0;
}

.moreVideosTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .moreVideosTitle {
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.replay-screen .toggle {
  width: 100%;
  position: relative;
}

.recommendedVideoThumbnailImage {
  width: 100%;
}

.cancelNextVideoAutoPlayButton {
  color: #ffffff;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  pointer-events: auto;
  cursor: pointer;
}

.cancelNextVideoAutoPlayButton:hover {
  background: rgba(0, 0, 0, 0.3);
}

.recommendedVideoThumbnailImage {
  border: 1px solid #555;
}

.next-video-image {
  border: 1px solid #555;
  width: 100%;
  position: relative;
}

.recommended-video-thumb-container:first-of-type {
  margin-left: 0;
}

.recommended-video-thumb-container:nth-of-type(3) {
  margin-right: 0;
}

.next-video-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.nextVideoLink,
.suggestedVideoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.count-down {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.next-video-content {
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px !important;
}

@media (max-width: 576px) {
  .next-video-description,
  .description,
  .produced-tag {
    display: none;
  }

  .next-video-content h3 {
    font-size: 1em;
    word-wrap: break-word;
    padding-left: 10px;
  }

  .recommendedVideoThumbnailImage {
    height: 100%;
    width: 100%;
  }

  .recommended-video-thumb-container:nth-of-type(3) {
    display: none;
  }

  .recommended-video-thumb-container:nth-of-type(2)
    .recommendedVideoThumbnailImage {
    margin-right: 0;
  }
}

.recommendedVideoThumbnailImage:hover,
.next-video-image-container:hover,
#search-button-mobile:hover,
#search-button:hover {
  cursor: pointer;
}

.next-video-image-container {
  width: 100%;
}
#close {
  right: 40px;
  position: absolute;
  top: 10px;
  margin-right: -30px;
  font-size: 2rem;
}

@media (min-width: 576px) {
  #close {
    margin-right: 0px;
  }
}

.menuScreenContent {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
  overflow-y: auto;
}

.socialTab {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}

.recommendedVideoThumbnailPlayIcon {
  position: absolute;
  width: 30px;
}

@media (min-width: 576px) {
  .recommendedVideoThumbnailPlayIcon {
    width: 50px;
  }
}

.next-video-image {
  height: 80px;
  width: 142px;
}

@media (min-width: 411px) {
  .next-video-image {
    height: 100px;
    width: 177px;
  }
}

@media (min-width: 768px) {
  .next-video-image {
    height: 180px;
    width: 320px;
  }
}

.recommendedVideoThumbnail {
  height: 50px;
  width: 89px;
  position: relative;
}

@media (min-width: 576px) {
  .recommendedVideoThumbnail {
    height: 80px;
    width: 142px;
  }
}

@media (min-width: 768px) {
  .recommendedVideoThumbnail {
    height: 112.5px;
    width: 200px;
  }
}

.VideoPlayer {
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
}

.VideoPlayerNotOnChannel {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.videoAndControlsRow {
  flex: 1;
  height: 100%;
  width: 100%;
}

.link-overview {
  display: flex;
}

.link-share,
#photo-share {
  display: none;
}

#replayCountDownEndScreen {
  width: 30px;
}
@media (min-width: 576px) {
  #replayCountDownEndScreen {
    width: 50px;
  }
}

.videoControlsRowAlignmentBox {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#player-wrapper {
  height: unset;
  width: unset;
}

@media (min-width: 576px) {
  #player-wrapper {
    height: unset;
    width: 100%;
  }
}

.mediaDescription {
  font-size: 12px;
  margin-top: 10px;
  overflow-y: auto;
}

.menuScreenCropped {
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .menuScreenCropped {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .menuScreenCropped {
    height: 381px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .menuScreenCropped {
    height: 500px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .menuScreenCropped {
    height: 600px;
    width: 100%;
  }
}

.inheritHeight {
  height: inherit;
  width: 100%;
}

.videoPlayer {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

@media (min-width: 576px) {
  .videoPlayer {
    width: 100%;
    height: inherit;
    object-fit: contain;
  }
}

.objectFitSingleVideo {
  width: 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.objectFit {
  width: 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 576px) {
  .objectFit {
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

.upNextText {
  font-size: 2em;
}

@media (max-width: 411px) {
  .upNextText {
    font-size: 1.5em;
  }
}
