.wpvs-field-error {
    border: 1px solid #c0392b !important;
}

#wpvs-autoplay-countdown {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    padding: 10px;
    line-height: 1;
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#wpvs-next-video-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

#wpvs-cancel-next-video {
    position: absolute;
    top: -12px;
    left: -12px;
    background: rgba(0,0,0,0.9);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    cursor: pointer;
}

#wpvs-cancel-next-video .dashicons {
    width: auto;
    height: auto;
}

@media screen and (min-width: 960px) {
#wpvs-autoplay-countdown {
    bottom: 80px;
}
}
