.img {
    position: relative;
}

    .img svg {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        color: #fff;
        cursor: pointer;
        width: calc(50px + 30*((100vw - 320px)/960));
        height: calc(50px + 30*((100vw - 320px)/960));
        transition: opacity .3s;
        opacity: .8;
        fill: #fff;
    }

.solo-video-admin-section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

.solo-video-admin-overlay {
    position: fixed;
    width: calc(100% - 5%);
    height: calc(100% - 15%);
    margin-left: 25px;
    margin-top: 20px;
    background-color: #fbfbfb;
    z-index: 999;
    outline: 9999px solid rgba(0,0,0,0.5);
}

    .solo-video-admin-overlay .card-body {
        overflow-y: auto;
    }

.video-item-container {
    position: relative;
}

.video-poster-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    opacity: 1;
    color: white;
    text-align: center;
}

.admin-fonts {
    font-size: 14px !important;
    line-height: 24px !important;
}

.svw__header-container {    
    padding-bottom: 25px;
}

    .svw__header-container h1 {        
        font-family: inherit;
    }

    .svw__header-container h2 {        
        font-family: inherit;
    }

@media (min-width: 280px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 390px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 460px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 576px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 768px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 992px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 1200px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 1440px) {    
    .video-poster-overlay {
        font-size: 14px;
        padding: 10px;
    }
}

.svw__alert-fixed-top {
    width: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 200px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: fixed;
    z-index: 9999;
}

.patent-color {
    color: #236bb0 !important;
}

.caution-field {
    color: #dc0a0a;
    font-weight: bold;
}
