.productvideomodalcontainer {
    height: auto;
    width: 40%;
    z-index: 9999;
    position: fixed;
    top: 20%;
    left: 30%;
    background-color: white;
    border: 1px solid black;
}

.videoboxcontainer {
    display: flex;
    flex-direction: row;
}

.videoboxwrapper {
    /* background: black; */
    height: 125px;
    width: 125px;
    border: 1px solid black;
    margin-left: 10px;
    cursor: help;
}
.videowrapper{
    padding: 1rem;
}
.videobox {
    padding: 2px;
}
.btnclosevideo{
    height: auto !important;
    width: auto !important;
    background: black !important;
    color: white !important;
    position: absolute !important;
    right: 2px !important;
    padding: 5px !important;
    top: 0 !important;
}

@media screen and (max-width: 720px) {
    .productvideomodalcontainer {
        height: auto;
        width: 90%;
        z-index: 9999;
        position: fixed;
        top: 10%;
        left: 5%;
        background-color: red;
    }

}
div.playicon{
    text-align: center;
    padding-bottom: 3px;
}