.singleVideo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.singleVideo-box {
    box-sizing: border-box;
    margin: 0;
    width: 50%;
    /* max-height: 50%; */
    position: relative;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background-color: #202124;
    padding-bottom: 70px;
}

.singleVideo .close-icon {
    position: absolute;
    right: -45px;
    top: 0px;
    z-index: 95;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.singleVideo #singleplayer {
    width: 100%;
    max-height: 100%;
}

.singleVideo-box>p {
    position: absolute;
    bottom: 4px;
    left: 0;
}

.singleVideo-title {
    padding-left: 12px;
    padding-top: 10px;
    font-size: 20px;
    bottom: 34px !important;
    color: #e0e0e0;
}

.singleVideo-content {
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #7f889d;
}