/*
#advert-tv .series {
  text-align: center;
  padding: 10px;
}
#advert-tv .series a {
  color: #ffffff;
  width: 100%;
  float: left;
  font-size: 16px;
}
#advert-tv .title {
  background-color: #6a8f7d;
  margin-top: 5px;
  margin-bottom: 10px;
}
#advert-tv .title h1 {
  color: #ffffff;
}
#advert-tv .description h6 {
  background-color: #6a8f7d;
  color: #ffffff;
  padding: 5px 10px;
}
#advert-tv .extra-details {
  border-top: 10px solid #6a8f7d;
}
#advert-tv .note {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 12px;
}
*/

/* http://embedresponsively.com/ 
*/

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