/* 1) Make the video container & loader white */
.t-rec.cr04 .t-cover__carrier,
.t-rec.cr04 .t-cover__loading {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* 2) Remove the grey gradient overlay */
.t-rec.cr04 .t-cover__filter {
  background: none !important;
  opacity: 0 !important;
}

/* 3) Kill any bg-image on the carrier */
.t-rec.cr04 .t-cover__carrier_bgimg {
  background-image: none !important;
}
