.full-width-media_cel {
  margin: 0;
  padding: 0;
}

.full-width-media_cel__container {
  height: 590px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  
  @media  screen and (width >= 1280px) {
    height: 810px;
  }
}

.full-width-media_cel__image,
.full-width-media_cel__video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.full-width-media_cel__placeholder {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  min-height: 500px;
  width: 100%;
}