﻿.solo-video-widget-container {
    width: 100%;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: var(--radius, 0.313rem) !important;
}

@media (min-width: 576px) {
    .solo-video-widget-container {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .solo-video-widget-container {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .solo-video-widget-container {
        height: 600px;
    }
}

.solo-video-admin-section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0,0,0,0.5);
}

.solo-video-admin-overlay {
    position: fixed;
    width: calc(100% - 3%);
    height: calc(100% - 15%);
    margin-top: 100px;
    background-color: #fbfbfb;
    z-index: 9;
    outline: 9999px solid rgba(0,0,0,0.5);
}
