/**
 * Handle embedded videos being responsive
 */
.vidcontest-embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
}
.vidcontest-embed-container iframe, 
.vidcontest-embed-container object, 
.vidcontest-embed-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.video-contest-actions {
    padding: 1rem 0 2rem 0;
    display: table;
    width: 100%;
}
.video-contest-actions span {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.video-contest-actions span.votes {
    text-align: right;
}
.video-contest-actions img {
    max-height: 50px;
    padding: 0px;
    margin: 0px !important;
}
.video-contest-actions .disabled, 
.video-contest-actions .disabled img {
    opacity: 0.5;
}
h4.vidcontest-title-tag {
    font-size: 22px;
}
p.vidcontest-desc {
    margin-bottom: 1rem;
}