.news_cc.banner {
	position: relative;
	height: 32rem;
	margin: 6rem auto;
	text-align: center;
}

@media only screen and (max-width:995px) {
	.news_cc.banner .dg-wrapper {
		perspective: 215rem;
	}
}

@media only screen and (min-width:996px) {
	.news_cc.banner .dg-wrapper {
		perspective: 123rem;
	}
}

@media only screen and (min-width:1600px) {
	.news_cc.banner .dg-wrapper {
		perspective: 88rem;
	}
}

@media only screen and (min-width:2000px) {
	.news_cc.banner .dg-wrapper {
		perspective: 67rem;
	}
}

@media only screen and (min-width:2200px) {
	.news_cc.banner .dg-wrapper {
		perspective: 48rem;
	}
	.dg-wrapper {
		width: 45rem;
	}
}

.dg-center {
	z-index:25 !important;
}
/*@keyframes myfirst
{
    0% {opacity:0;}
    100%{opacity:1 !important;}
}
.dg-wrapper>a.dg-center{
	-webkit-animation: 0.2s myfirst infinite 0.1s normal !important;
	animation: 0.2s myfirst infinite 0.1s normal ;
}
*/
.dg-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.dg-wrapper {
	width: 56rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	perspective: 90rem;
}

.dg-wrapper a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0.5rem 0.5rem 3rem rgb(0 0 0 / 5%);
}


/*.dg-wrapper a:first-child {
    z-index: 2;
}*/


/*.dg-wrapper a.dg-center+a {
	z-index:1 !important;
}*/

.dg-wrapper a img {
	display: block;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.dg-wrapper a.dg-transition {
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
	transition: all 0.2s ease-in-out;
}

.dg-container nav {
	display: none;
}

.dg-container nav span:hover {
	opacity: 1;
}

.dg-container nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}

.dg-container #lightButton2 {
	bottom: 20px;
}

.dg-container .button {
	position: relative;
	z-index: 5;
}

.dg-container .button li {
	cursor: pointer;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.30);
	border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
	background: #01BDFF;
}