.dm-dmhslidercon{
    display: none;
}
.dmhomeslider-container {
  position: relative;
  width: 100%;
}

.dmhomeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.dmhomeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.dmhomeslider li a{
    display: block;
    text-decoration: none;
}

.dmhomeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.dmhomeslider .dm-overimage {
  display: block;
  position: absolute;
  z-index: 4;
  font-size: 10px;
  text-shadow: none;
  color: #1A1A1A;
  background: rgba(255,255,255,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px;
  margin: 0;
  max-width: none;
  text-align: center;
}
.dmhomeslider .dm-ncaption h2, .dmhomeslider .dm-ncaption h3{
    font-size: 14px;
    color: #1A1A1A;
}
.dmhomeslider .dm-ncaption p{
    font-size: 12px;
    color: #1A1A1A;
}

.dmhomeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../dmhomeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.dmhomeslider_nav:active {
  opacity: 1.0;
}

.dmhomeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

@media screen and (max-width:768px){
    .dm-dmhslidercon{
        display: block;
    }
}
