.iframe-pltv {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.iframe-pltv iframe, .iframe-pltv object, .iframe-pltv embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}


.title-pltv {
    color: #fff;
    font-family: helvetica condensed !important;
    font-size: 24px;
    padding-left: 25px;
	  padding-top: 0px;
    padding-bottom: 3px;
    background-color: #b00;
    z-index: 100;
    position: absolute;
    margin-top: 0px;
	width: 100%;}

@media (max-width: 700px) {
  .title-pltv {
    position: absolute;
    margin-top: -30px;
    width: 100%;
    font-size: 14px;
  }
}