.YTDSGVOembed-container {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top:10px;
}

.YTDSGVOembed-container>.responsiveContainer {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.YTDSGVOembed-container>.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.YTDSGVOembed-container .videoPreview {
  float: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.YTDSGVOembed-container .videoInfo {
  font-size: 12px;
  width: 100%;
  line-height: initial;
  padding: 10px;
  color: darkgrey;
}

.YYTDSGVOembed-container .icon-play {
  position: absolute;
  width: 60px;
  height: 60px;
  border: solid 2px white;
  border-radius: 100px;
  top: calc(50% - 30px);
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.YTDSGVOembed-container .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 30px));
  -ms-transform: translate(-50%, calc(-50% - 30px));
  transform: translate(-50%, calc(-50% - 30px));
  border-radius: 20px;
  width: 80px;
  height: 60px;
  background-color: rgba(64, 64, 64, 0.89);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.YTDSGVOembed-container .icon-play div {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 14px solid #bfbfbf;
  margin-left: 35px;
  margin-top: 17px;
  transition: .5s;
}

.YTDSGVOembed-container .icon-play:hover {
  background-color: rgba(30, 30, 30, 1);
}

.YTDSGVOembed-container .icon-play:hover div {
  border-left: 14px solid white;
}

.YTDSGVOembed-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.YTDSGVOembed-grid {
  float: left;
  width: 50%;
  padding: 10px;
}