/* tem02-download-ms */
.tem02-download-ms .item{margin-bottom:20px;}
.tem02-download-ms h3,
.tem02-download-ms .h3{font-size:14px;font-weight:normal;height:22px;line-height:22px;margin:5px 0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;}
.tem02-download-ms .image{width:100%;border:1px solid #CCC;padding-top:100%;position:relative;}
.tem02-download-ms .image .box{width:100%;height:100%;overflow:hidden;position:absolute;left:0;top:0;}
.tem02-download-ms .image .box img{width:100%;height:100%;opacity:.8;transform:scale(1);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;}
.tem02-download-ms .image .box:hover img{opacity:1;transform:scale(1.1);} 
.tem02-download-ms .btn{margin-top:10px;font-size:12px;/*text-transform:uppercase;*/}
@media (max-width:480px){
    .tem02-download-ms .col-xs-6{width:100%;}
}
.tem02-download-ms a:hover{cursor: pointer;}