h1 {
	font-weight: bold;
	font-size: 1.5em;
	/*color: #003281;*/
	margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .ytv {
    max-height: 400px !important;
  }
}
@media (min-width: 768px) {
  .ytv {
    max-height: 450px !important;
  }
}
@media (min-width: 992px) {
  .ytv {
    max-height: 600px !important;
  }
}
@media (min-width: 1200px) {
  .ytv {
    max-height: 1000px !important;
  }
}

.searchthumb {
  min-height: 18em;
}