.rich-slideshow-summary{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#bodyContent .rich-slideshow-summary{
	max-height: 455px;
}

.slideshow-fullwidth-panel .rich-slideshow-summary{
	max-height: 703px;
}

.rich-slideshow-summary:after {
	position: absolute;
	background: url("//images.military.com/media/shared/css-global/spinners/spinner_96.gif") no-repeat center center #edeeee;
	background-size: 48px 48px;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
}

.rich-slideshow-summary.loaded:after {
	position: absolute;
	background: none;
	height: 0;
	width: 0;
	top: 0;
	left: 0;
}

.rich-slideshow-summary ul {
	opacity: 0;
}

.rich-slideshow-summary.loaded ul {
	opacity: 1;
}

.rich-slideshow-summary ul li {
    position: relative;
    padding: 0;
    display: list-item;
    background: none;
}

.rich-slideshow-summary .lSAction{
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

body.lg-on .rich-slideshow-summary .lSAction{
	display: none;
}

.ui-mobile .rich-slideshow-summary .lSAction{
	display: none !important;
}

/* .ui-mobile .rich-slideshow-summary.video-active .lSAction{ */
/* 	display: block !important; */
/* 	opacity: 1; */
/* } */

.rich-slideshow-summary .lSSlideWrapper:hover .lSAction{
	opacity: 1;
}

.rich-slideshow-summary .lSAction > a { 
	opacity: 0.7;
}

.ui-mobile .rich-slideshow-summary .lSAction > a { 
	opacity: 1;
}

.rich-slideshow-summary ul.lightSlider {
    margin: 0;
}

.rich-slideshow-summary .image-wrapper{
	overflow: hidden;
	margin: 0;
}

.rich-slideshow-summary.loaded .image-wrapper {
    background: #000;
}

.rich-slideshow-summary .lSSlide li img{
	width: 100%;
	height: auto;
}

.rich-slideshow-summary .image-wrapper img{
	width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.rich-slideshow-summary .lSSlide li.asset-type-video img{
	width: auto;
	height: 100%;
	max-height: 100%;
}

.rich-slideshow-summary .slide-video-wrapper{
	
}

.rich-slideshow-summary .video-wrapper {
	display:none;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	position: relative;
}

.rich-slideshow-summary .lSSlide .video-wrapper .BrightcoveExperience{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.rich-slideshow-summary .lightSlider li.asset-type-video .image-wrapper:before { /*inherits standard .asset-type-video .image-wrapper:before style rule*/
	width: 50px;
    height: 50px;
    cursor: pointer;
}
.ui-mobile .rich-slideshow-summary .lightSlider li.asset-type-video .image-wrapper:before {
	width: 50px;
	height: 50px;
}

.rich-slideshow-summary .lightSlider li.asset-type-video .image-wrapper:after { /*inherits standard .asset-type-video .image-wrapper:after style rule*/
	font-size: 40px;
    line-height: 50px;
    width: 50px;
    height: 50px;
} 
.ui-mobile .rich-slideshow-summary .lightSlider li.asset-type-video .image-wrapper:after {
	font-size: 50px;
	width: 40px;
}


.rich-slideshow-summary .lightSlider li .summaryblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    height: auto;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.rich-slideshow-summary .lightSlider:hover li .summaryblock {
    opacity: 1;
}

.ui-mobile .rich-slideshow-summary .lightSlider li .summaryblock {
	display: none;
}

.rich-slideshow-summary .lightSlider li .summaryblock:after {
    position: absolute;
    content: '';
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 100%;
}

.rich-slideshow-summary .lSSlideWrapper:hover .lightSlider li .summaryblock {
	opacity: 1;
}

.rich-slideshow-summary span.blurb {
    color: #fff !important;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    min-height: 0;
}


.rich-slideshow-summary .lSSlideOuter .lSPager.lSGallery li a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66.7%;
    overflow: hidden;
}

.rich-slideshow-summary .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
}


.rich-slideshow-summary .lg-progress-bar{
	background-color: #f5f8fa;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 0.7;
}

.lg-progress-bar .lg-progress{
	background-color: #00529b;
}

.lg-outer .lg-item{
	left: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
	border-color: #00529b;
}

.lg-backdrop{
	z-index: 10000000; 
}

.lg-outer{
	z-index: 10000010;
}

.lg-outer .lg-sub-html,.lg-outer .lg-toolbar,.lg-outer .lg-progress-bar{
	z-index: 2147483648;
}

.lg-outer.lg-css3.lg-use-css3 .lg-item{
	will-change: initial;
}

.lg-outer .asset-type-video .video-wrapper{
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.lg-outer .asset-type-video .video-js{
	width: 100%;
	max-width: 1140px;
	max-height: 640px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;	
    ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen 
  and (max-device-width : 800px){
	.lg-outer .asset-type-video .video-js{
		max-width: 100%;
		max-height: 242px;
	}
}

.lg-outer .asset-type-video .video-js.vjs-fullscreen{
	max-width: 100% !important;
	max-height: 100% !important;
	top: 0;
	left: 0;
	ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.lg-outer .asset-type-video .video-js .vjs-big-play-button{
	top: 50%;
    left: 50%;	
    ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}