﻿.album-group{position:relative;text-align:left;display:block;float:left;}
.album-group:last-child{margin-bottom:0}
.album-group .cover{position:relative;width:100%;}
.album-group .cover img{width:100%;cursor:pointer;padding:10px 10px 0px 10px;}
.album-group .info{position:relative;width:100%;display:block;}
.album-group .info .title{}
.album-group .info .album_btn{position:absolute;top:-25px;right:20px;margin-top:0;}

@media (max-width:767px) and (orientation:portrait){
.album-group{display:block}
.album-group .cover{display:block;width:100%}
.album-group .info{display:block;width:100%;border-left:none;}
.no-touch .album-group .info .album_btn:hover{}
}

