.swiper1 {
       /* width: 710px;
        height: 440px; */
    }
    .swiper-slide {
        
        background: #222;
        color:#fff  /* Center slide text vertically */
        
    }
    .swiper-slide a,.swiper-slide a:visited{color:#fff; font-size:24px; font-family:DMB; }
    .swiper-slide a:hover{color:#fff}
       .swiper-slide a span{font-size:14px!important}
/*.videosection:hover img {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}*/
.slidertitle
{
    bottom:0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 20px 30px ;
    line-height:44px; background:rgba(0,0,0,0.7)
}

.slidertitle span {
        color: #ccc;
        margin: 0 2px 0 2px;
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
}
.slidesection{width:760px; height:440px}



@media only screen and (max-width: 500px) {
.swiper1 {
        width: 100%;
        height:280px; 
    }
.slidesection{   width: 100%;
        height:260px; }

.swiper-slide img
{
  position : relative;
 -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; right:auto; top:0;  width:100%
}
.swiper-slide a,.swiper-slide a:visited{color:#fff; font-size:14px; font-family:DMB; }
.swiper-slide a:hover{color:#fff}
.slidertitle
{
    bottom:0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 10px 20px ;
    line-height:30px; background:rgba(0,0,0,0.7);
      
}


}

      