/*.wrapper {*/
/*    max-width: 680px;*/
/*    margin: 0;*/
/*    padding: 0 20px*/
/*}*/

.msh-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.msh-youtube img {
    width: 100%;
    left: 0;
    opacity: 0.7;
    cursor: pointer
}

.thumb-sd img {
    top: -16.82%
}

.thumb-maxres img {
    top: 0
}

.ownthumb img {
    top: 0
}

.msh-youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.msh-youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.msh-youtube img {
    cursor: pointer
}

.msh-youtube img, .msh-youtube iframe {
    position: absolute
}

.msh-youtube button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.msh-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.video-container {
  width: fit-content;
}

.padding-top-four {
  padding-top: 1.5rem;
}

.msh-youtube-background-gray {
  background-color: #e6e6e6;
}

.tx-mindshape-youtube-lazyloading .video-container {
  width: 100%;
}
.tx-mindshape-youtube-lazyloading .wrapper.video-center {
  margin: 0 auto;
}

.cookie-consent-open .play-image {
  width: 100%;
}
.consent-button button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
