html { scroll-padding-top: calc(var(--navbar-height) + 8px); }
#banner-section { margin-top: var(--navbar-height) !important; }
#latest-videos .latest-videos-title{
  color:#fff;
  font-size:24px;
  font-weight:800;
  letter-spacing:.3px;
  margin:0 0 12px;
  text-transform:uppercase; /* ako želiš isto kao ostale section-title */
}
@media (max-width:768px){
  #latest-videos .latest-videos-title{ font-size:18px; }
}
.latest-videos-title:after {
  position: relative;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: var(--arrow-left, 5px);
  display: inline-block;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  transition: all .3s
  ease-in-out;
}
.latest-videos-title:hover {
  --arrow-left: 15px;
}

iframe body {
  background: black !important;
}
