.tem13-video-list-ms .item .image{padding-bottom:56.5%;position:relative;}
.tem13-video-list-ms .item img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}
.tem13-video-list-ms .item .icons{width:118px;height:118px;position:absolute;top:50%;left:50%;margin-left:-59px;margin-top:-59px;border-radius:50%;text-align:center;z-index:3;cursor:pointer;background-image: url(/templates/public4/assets/images/public_video_list_13_icon.png);background-size:100% 100%;background-repeat:no-repeat;}
.tem13-video-list-ms .item video{width: 100%;position: absolute;left: 0;bottom:0;height: 100%;}
.tem13-video-list-ms .row{color:#000;}
.tem13-video-list-ms .item .text{margin-top:20px;margin-bottom:30px;display:block;color:inherit}
@media (min-width: 768px){
    .tem13-video-list-ms .item .text .title{overflow:hidden;width:100%;font-size:34px;line-height:40px;height:120px;}
    .tem13-video-list-ms .item .icons{transition:.3s;}
    .tem13-video-list-ms .item .icons:hover{box-shadow:0 4px 22px rgba(0,0,0,.6);}
}
@media (max-width: 768px){
    .tem13-video-list-ms .item img,
    .tem13-video-list-ms .item .icons{display:none;}
    .tem13-video-list-ms .item .text{margin-top:14px;margin-bottom:24px;}
    .tem13-video-list-ms .item .text .title{overflow:hidden;width:100%;font-size:14px;line-height:22px;height:66px;}
}