.cmptv-mainzone {
  width: 1175px;
  height: 600px;
  position: relative;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background-color: #000;
}

.cmptv-mainzone .mainzone-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

/* Headline */
.cmptv-mainzone .mainzone-headline {
  position: absolute;
  bottom: 120px;
  left: 2%;
  width: 95%;
  background-color: rgba(0,102,204,0.8);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 25px;
  text-shadow: 1px 1px 4px #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.24s ease-in-out;
}

/* Description */
.cmptv-mainzone .mainzone-description {
  position: absolute;
  bottom: 30px;
  left: 2%;
  width: 95%;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  font-size: 34px;
  padding: 2px 25px;
  line-height: 1.2;
  max-height: 160px;
  overflow: hidden;
  transition: opacity 0.24s ease-in-out;
}
