﻿.ms-view {
    background-color: white !important;
}
.jv-carousel-title {
    margin-top: .5rem;
    margin-top: .5rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.jv-carousel-description {
    padding-top: .25rem;
    padding-bottom: 1.5em;
}

.jv-video-title {
    margin-top: .5rem;
    margin-top: .5rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.jv-video-description {
    padding-top: .25rem;
    padding-bottom: 1.5em;
}

.jv-player-shown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(@Model.VideoPoster.GetCropUrl("md"));
}

.jv-player-paused::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 100px;
    background-image: url('/Assets/images/video-pause-place-holder.png');
}

.jv-player-paused-logo {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 30px;
    color: white;
    z-index: 1;
}

.jv-player-paused .jv-player-paused-logo {
    display: block !important;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: none;
}
