.video-card-image .img {
    width: 100%;
    opacity: 0.9;
    transition: 0.2s;
}

.video-card-image {
    border-radius: 20px;
    overflow: hidden;
    background-color: black;
    border: 2px solid rgb(33, 160, 47);
    position: relative;
}

.video-card-image a:hover  .img{
    opacity: 0.5;

}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 100px;
    color: rgb(33, 160, 47);
}

.video-card-title{
    color: rgb(33, 160, 47);
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid rgb(33, 160, 47);
    background-color: black;
    overflow: hidden;
}
