.dp-video {
  text-align: center;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.dp-video__description {
  margin-top: 30px;
  font-size: 15px;
  line-height: 20px;
}

.dp-video__iframe-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0 auto;
  margin-top: 30px;
}

.dp-video__iframe-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.dp-video__poster {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  object-fit: cover;
}

.dp-video__poster-container {
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.dp-video__play-button {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  filter: drop-shadow(2px 4px 6px black);
  width: 80px;
  top: 54%;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
}

.dp-video__play-button img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dp-video__description {
    font-size: 14px;
    line-height: 18px;
  }
}
