.mediavideo-box {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ccc;
    padding: 8px;
	border-radius:10px;
}
.mediavideo-box img {
    width: 100%;
    margin-bottom: 10px;
    /* height: 210px; */
    /* max-height: 210px; */
    object-fit: contain;
}
.mediavideo-box a{cursor:pointer;}
.videoimg{border:1px solid #ccc;
border-radius:10px;}
.mediavideoicon {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px !important;
    height: auto !important;
}
.mediavideo-box p {
    font-size: 16px;
    color: #fff;
    text-align: center;
	background:#0953e4;
	margin-bottom:0px !important;
	height: 55px;
}
.mediavideoicon {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px !important;
    height: auto !important;
}
.videopopup{position: absolute;
    top: 2px;
right: 2px;z-index: 9999;
    opacity: 1 !important;}