.cph5-container {
  background: none repeat scroll 0 0 #000000;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.cph5-container-flash {
  background: none repeat scroll 0 0 #000000;
  overflow: hidden;
  position: relative;
  height: 100%;
 }

.cph5-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#cph5-logo{
  display: none;
  position: absolute;
}

#cph5-logo-img{
  height: 100%; 
}

.cph5-logo-corriere{
  height: 4%;
  min-height: 14px;
  max-height: 50px;
}

.cph5-logo-gazzetta{
  height: 7%;
  min-height: 14px;
  max-height: 50px;
}

.cph5-logo-right{
  right: 3%;
}
.cph5-logo-left{
  left: 3%;
}
.cph5-logo-top{
  top: 2.5%;
}
.cph5-logo-bottom{
  bottom: 2.5%;
}

.cph5-not-supported {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-family: "brera_condensedsemibold","TitleNarrowRegular",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.cph5-not-supported a {
  color: #FFF;
}
 
.cph5-not-supported a:hover {
	color:#a7a7a7;
}

#cph5-adv-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}	

#cph5-poster {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: #000;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#cph5-adv-msg{
  display: none;
  position: absolute;
  bottom: 2.5%;
  left: 3%;
  color: #FFF;
  font-size: 0.75em;
  font-family: "brera_condensed_rgbold","TitleNarrow",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px;
  border-radius: 3px;
  line-height: 0.75em;
}

#cph5-play-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  border-style: none;
  box-shadow: none;
}

button#cph5-play-btn:hover {
  background-color: initial;
  margin: auto;
  font-size: initial;
  vertical-align: initial;
}

.cph5-play-btn-corriere {
  background: url("../img/c/play_video.png") no-repeat scroll 50% 50% transparent;
}

.cph5-play-btn-gazzetta {
  background: url("../img/g/play_video.png") no-repeat scroll 50% 50% transparent;
}
	
.cph5-play-btn-visible {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.cph5-play-btn-invisible {
  height: 100%;
  width: 100%;
  opacity: 0;
  background: none;
}

#cph5-loader {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;	
}

.cph5-loader-corriere {
	background: url("../img/c/loader.gif") no-repeat scroll 50% 50% transparent;
}

.cph5-loader-gazzetta {
	background: url("../img/g/loader.gif") no-repeat scroll 50% 50% transparent;
}

#cph5-init {
    cursor: pointer;
    display: none;
    width: 100%;
	height: 100%;
    position: absolute;
	left: 0;
    top: 0;
    z-index: 2;
}

#cph5-init-text {
	display: none;
	text-align: center;
	vertical-align: middle;
  	color: #FFF;
  	font-size: 1.2em;
  	font-family: "brera_condensedsemibold","TitleNarrowRegular",Helvetica,Arial,sans-serif;
  	text-transform: uppercase;
}

.cph5-init-bg-reload {
  	background: url("../img/reload.png") no-repeat scroll 5% 99% transparent;
}

/*.cph5-init-bg-reload-hover {
  	background: url("../img/g/play_hover.png") no-repeat scroll 5% 99% transparent;
}*/

.cph5-init-error {
    background-color: #000;
}

.cph5-init-flash-required {
    background-color: #000;
}

#cph5-init.cph5-init-flash-required {
    cursor: default;
}
