/* video Ads MM www.measuredmedium.com */

.dgvideoplayer {
  position: relative;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.95);
  border: 2px #ccc solid;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 20px;*/
  z-index:900;
}

.dgplaypause {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
  z-index:900;
}

.dgplaypause:hover {
  border: 1px #f00 solid;
  color: #f00;
}

.dgfullscreen {
  position: absolute;
  bottom: 20px;
  left: 140px;
  height: 40px;
  width: 100px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
  z-index:900;
}

.dgfullscreen:hover {
  border: 1px #f00 solid;
  color: #f00;
}
.dgclose {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  border-style: none;
  font-weight: bold;
  font-size: 25px;
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
  color: #000;
  cursor: pointer;
  line-height: 0;
  z-index:900;
}

.dgclose:hover {
  border: 1px #f00 solid;
  color: #f00;
}

.dgcontent {
  overflow: hidden;
}

.dgcontent, .dgadcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:800;
}

.urlLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
