﻿/*Desktop View*/
.dvpAudioPlayerWrapper {
    padding-top: 56px;
}

    .dvpAudioPlayerWrapper .DVIDSAudioControls {
        padding-top: 76px !important;
    }

.DVPPlayer video {
    width: 100%;
}

.DVIDSVideoPlayer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    font-family: "Colossalis", arial, sans-serif;
    overflow: hidden;
    position: relative;
    background-color: #940000;
    color: #fff;
    align-items: center;
}

.DVPPlayerBackground {
    margin-bottom: 0;
}

.DVIDSVideoSection {
    flex: 0 0 100%;
    width: 100%;
    margin: auto;
    display: inline-block;
    max-width: 600px
}

.DVIDSTitleSection {
    order: 1;
    display: inline-block;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0;
}



.DVIDSTitleSectionInner {
    padding: 30px 0;
}

.DVIDSVideoSectionInner {
    padding-top: 30px;
}

.DVIDSBottomSide {
    display: none;
}

.DVIDSMediaTitle {
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.DVIDSCarouselSection {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DVIDSCarouselPagerWrapper {
    position: relative;
    display: inline-block;
    width: 90%;
}

.DVIDSVideoPlayerItem {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.DVIDSCarouselLeftPager {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-right: 20px;
}

.DVIDSCarouselRightPager {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    margin-left: 20px;
}

.DVIDSCarouselWrapper {
    overflow: hidden;
    position: relative;
}

.DVIDSCarousel {
    width: 100%;
}

#playerModuleContainer .rsOverflow, .DVIDSVideoPlayer .rsOverflow {
    overflow: visible !important;
    height: 100% !important;
    width: 100% !important;
}

.DVIDSCarouselItem {
    font-size: 12px;
    line-height: normal;
    text-align: left;
}

.DVIDSOverlay {
    text-align: center;
}

.DVIDSCarouselItem a {
    text-decoration: none !important;
}

.royalSlider {
    width: 100% !important;
}

.mejs__controls .mejs__button button {
    z-index: 100;
}

.DVIDSVideoOverlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.mejs__overlay-button, .DVIDSVideoOverlay {
    background: url(/DesktopModules/DVIDSVideoPlayer/images/marines_play_button.png) no-repeat !important;
    width: 150px !important;
    height: 80px !important;
    background-position: center;
    cursor: pointer;
}

.mejs__overlay-button:hover, .DVIDSVideoOverlay:hover {
    background: url(/DesktopModules/DVIDSVideoPlayer/images/marines_play_button_hover.png) no-repeat !important;
    width: 150px !important;
    height: 80px !important;
    background-position: center;
    cursor: pointer;
}

/*tablet CSS*/
@media (max-width: 991px), (max-device-width: 991px) {
  
    .DVIDSCarouselPagerWrapper {
        width: 100%;
    }
}


@media( max-width:767px) {
    .DVIDSVideoSectionInner{ padding: 30px 15px}
}