.banner-bg {
  background-color: #f8fcfe !important;
}

.bg-dark {
  background-color: #174674 !important;
}

#header {
  position: fixed;
  background-color: #ffffff;
  border-top: 4px solid #26a2d6;
}

#content {
  display: block;
  margin-top: 80px;
}

.category-image {
  display: block;
  max-height: 60px;
}

.rating-container > div {
  display: none;
}

.rating-container .show {
  display: block;
}

.link-secondary[href]:hover {
  color: #26a2d6 !important;
}

input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe:not(.custom-embeded-player) {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
