.dvn-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.dvn-popup-content {
    background-image: url("http://dailybhorerbarta.com/wp-content/uploads/2025/09/frame-1.jpg");
    margin: 5% auto;
    padding: 40px;
    border-radius: 5px;
    width: 800px;
    height: 626px;
    text-align: center;
    position: relative;
}
.dvn-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}
.dvn-photocard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dvn-logo {
    max-height: 63px;
}
.dvn-title {
    font-size: 35px;
    font-weight: 900;
    margin: 10px;
    color:white;
}
.dvn-featured-img img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    padding-bottom: 1px;
}

#dvn-photocard-preview {
	padding: 30px;
	top: 5px;
}
