/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.single-displays .entry-header {
    text-align: center;
}
.video-duration {
    font-size: 0.8125rem;
    text-align: center;
}

.presentation-video {
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    height:100%;
}
.card-img-top {
    max-width: 100%;
}

.card-title {
    text-align: center;
    padding-top: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}
.card-header {
    background-color: #D0E2D5!important;
    height: 300px;
    display: block;
}