.ws_youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  min-width: 30%;
}

.ws_youtube_overlay {
  display: none;
}

.ws_youtube iframe,
.ws_youtube object,
.ws_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ws_youtube_thumbnail {
  position: relative;
}

.ws_youtube_thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(play-button.svg) no-repeat center center;
  background-size: 25%;
  opacity: .7;
  overflow: hidden;
  text-indent: 100%;
}

.ws_youtube_thumbnail img {
  width: 100%;
  height: auto;
}

.ws_youtube_thumbnail a:hover {
  opacity: 1;
}

.ws_youtube_thumbnail_caption {
  text-align: center;
  font-size: .85em;
}

.ws_youtube_thumbnail_caption *:first-child {
  margin-top: 0;
} 

.ws-modal {
  display: none;
}
.ws-modal:target {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.ws-modal .ws-modal-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  padding: .5em;
}
.ws-modal .ws-modal-close::before {
  content: "×";
  font: 700 32px/1 Arial, sans-serif;
  color: white;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.ws-modal .ws-modal-dialog {
  position: relative;
  z-index: 1200;
  background: white;
  box-sizing: border-box;
  padding: 1em;
  margin: 45px 20px 15px;
  max-height: calc(100% - 60px);
  max-width: 1000px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.ws-modal .ws-modal-dialog > *:first-child {
  margin-top: 0 !important;
}


@media only screen and (max-width: 1024px) {
	
}

/* @end */
