/* >> m-slider CSS
----------------------------------------------------*/
.m-slider{display: none;}

/* >> PC
--------------------------------------------*/
@media only screen and (min-width: 960px){
    
    .m-slider{margin-bottom: 2em; display: block;}
    .slide-title{background-color: #1a1a1a; padding: 0.5em; font-size: 2em; color: #fff; font-weight: 300; border-radius: 3px;}
    
}

@media only screen and (min-width: 1000px){}

@media only screen and (min-width: 1100px){}