.dg-container{
	width: 100%;
	height: 510px;
	position: relative;
        margin-top: 30px;
}
.dg-wrapper{
	width: 671px;
	height: 381px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper div{
	width: 670px;
	height: 380px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f9;
}
.dg-wrapper div.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper div .posttitle{
    width: 100%;
    background: #777;
    padding: 10px;
    margin: 0;
    font-size: 22px;
    color: white;
    line-height: 25px;
}
.dg-wrapper div img{
    max-height: 360px;
}
.dg-wrapper div iframe{
    width: 670px !important;
    height: 360px !important;
}
.dg-container nav{
	width: 100px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -50px;
}
.dg-container nav span{
	float: left;
	cursor:pointer;
	width: 30px;
	height: 50px;
	opacity: 0.8;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span img{
	width: 100%;
        height: 100%;
}
.dg-container nav span.dg-next{
    margin-left: 40px;
}

@media (max-width: 767px) {
    .dg-container{
            width: 100%;
            height: 480px;
            position: relative;
            margin-top: 30px;
    }
    .dg-wrapper{
            width: 100%;
            height: 100%;
            margin: 0 auto;
            position: relative;
    }
    .dg-wrapper div{
            width: 100%;
            height: auto;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: #f9f9f9;
            overflow-y: hidden !important;
    }
    .dg-wrapper div img{
        max-height: 100%;
        width: 100%;
    }
    .dg-wrapper div iframe{
        width: 100% !important;
        height: 100% !important;
        max-height: 100%;
    }    
    .dg-container nav span{
            height: 20px;
            opacity: 0.9;
    }
    .dg-wrapper .dg-center{
        height: 80%;
        background: transparent;
    }
}
@media (max-width: 630px) {
    .dg-container{
            height: 420px;
    }
}
@media (max-width: 500px) {
    .dg-container{
            height: 370px;
    }
}
@media (max-width: 430px) {
    .dg-container{
            height: 320px;
    }
    .dg-wrapper .dg-center{
        height: 70%;
    }
}
@media (max-width: 350px) {
    .dg-container{
            height: 290px;
    }
}
