#video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.75) url(https://www.dmgeventsme.com/media/1468/videoimg.jpg) no-repeat;
  background-size: cover;
  
}
video {
  display: block;
  position:absolute;
  bottom:95%;
}

.video-container {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: fixed;
  
  z-index: -100;
}
.dmg-footer {
  width: 100%;
  height: 180px;
  
  overflow: hidden;
  /*position: fixed;*/
  background-color:rgba(92, 111, 124, 0.9);
  
  z-index:100;
}
.footer-content{
	font-family: 'Work Sans', sans-serif;
	color:#ffffff;
	border-left:1px solid #ffffff;
	font-weight:300;
	font-size:13px;
	}
.footer-social{
	font-family: 'Work Sans', sans-serif;
	color:#ffffff;
	font-weight:300;
	letter-spacing:1px;
	}
.footer-social a{color:#ffffff; text-decoration:none;}
.footer-social a:hover{text-decoration:underline; }
.footer-sector{
	font-family: 'Work Sans', sans-serif;
	color:#ffffff;
	font-weight:normal;
	
	font-size:11px;
	text-transform:uppercase;
	}
.footer-sector a{color:#ffffff !important; text-decoration:none;}
.footer-sector a:hover{text-decoration:underline; color:#D6E03E !important;}
.dmg-tag{width:180px; height:45px; background-image:url(../footer-images/dmg-tag.png); margin:0 auto;}
.twt-lnk{margin-right:15px;}
@media screen and (max-width: 1200px) and (min-width: 992px){
	.footer-social-area{margin-top:-10px;}
	.dmg-logo{padding-top:10px !important;}
	
	}
@media screen and (max-width: 991px){
	.footer-area{margin-left:20% !important;}
	.dmg-logo{margin-top:-10px !important;}
	.video-container {height:234px !important;}
	.dmg-footer {height:234px !important;}
}
@media screen and (max-width: 768px){
		.dmg-logo img{margin:0 auto !important;}
		.footer-content{border-left:none !important; text-align:center !important;}
	}
@media screen and (max-width: 768px) and (min-width:480px){
		.video-container {height:290px !important;}
		.dmg-footer {height:290px !important;}
	}
@media screen and (max-width: 479px){
.twt-lnk{margin-right:5px !important;}
.video-container {height:360px !important;}
.dmg-footer {height:360px !important;}
.footer-sector{margin-top:20px !important; padding-top:10px !important; border-top:1px solid #ffffff !important;}
}