/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.responsive-video {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 0 40px 0;
  padding: 56.25% 0 0 0;
  width: 100%;
}
.responsive-video__element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (min-width: 1440px) {
  .responsive-video {
    padding: 0;
    height: 461px;
    max-height: unset;
  }
}