/* css for frontpage */

.video-overlay {
    background-image: url("/static/theme/iof/IOFTVRityta 1.svg");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
.upcoming {
    top: -10em !important;
}
.slick-slide:hover {
  width: 130px;
  color: red;
  transition: .5s linear;
}