.Main-DisplayVideoBox{
    position: relative;
    width: 49.5%;
    float: left;
    height: 230px;
    margin-bottom: 15px;
    background-image: url(../IMG/BGV.avif);
    /* filter: blur(2px); */
    border-radius: 10px;
    box-shadow: 0 0 10px 2px black;
}

.Main-DisplayVideoBox div{
    position: relative;
    margin-top: 65px;
    margin-left: 36px;
    box-shadow: 0 0 10px 5px red;
    width: 40.8%;
    height: 145px;
    border-radius: 5px;
    float: left;
}
.Main-DisplayVideoBox img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.Main-DisplayVideoBox i{
    position: absolute;
    color: white;
    font-size: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.Main-DisplayVideoBox h2{
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-family: Fedra;
    text-align: center;
    color: black;
    width: 80%;
    height: 40px;
    line-height: 31px;
    text-shadow: -2px 3px 0px red;
    /* box-shadow: 0 0 10px black; */
    border-radius: 5px;
    background: linear-gradient(to bottom,orange 50%,rgba(255,255,255,0) 100%);
}