.paragraph--type--video img {
  height: auto;
}

.paragraph--type--video.responsive img {
  max-width: 100%;
}

iframe.paragraph--type--video.responsive {
  max-width: 100%!important;
}

.modal--video {
  box-shadow: none;
  overflow: visible!important;
  left: 0!important;
  top: 10%!important;
  padding: 0!important;
  min-height: 100%;
  min-width: 100%;
  text-align: center;
  background: none;
  padding: 20px!important;
}

.modal--video iframe {
  position: absolute;
  display: inline;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
}

.modal--video .close-modal {
  display: none!important;
}

.modal__close {
  width: 44px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 0;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
  text-align: right;
}

.modal__close:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
