.radius-20{
    border-radius: 20px;
  }
  
  .carousel-item img{
    border-radius: inherit;
    object-fit: contain;
    min-width: 100%;
    height: 400px;
  }
  .video-wrapper{
    width: 100%;
    height: 500px;
  }
  .btn-light:hover{
    background-color: rgb(56, 56, 56);
    color: white;
  }
  .events-img{
    background: linear-gradient(to right, rgba(9, 5, 47, .85) 0%, rgba(49, 29, 94, .85) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
