.fullscreen-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.fullscreen-button:hover {
    background-color: #005f8d;
}

.fullscreen-button:active {
    background-color: #004c73;
}

.vczapi-wrap {
    
}

.vczapi-wrap > div {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}

.dpn-zvc-single-content-wrapper {
    flex-direction: column-reverse !important;
}