﻿.gallery-title{
    font-size:24px;
}
#galleryalbum>.block-img-album>a{
    height:250px;
    border:1px solid #ddd;
    padding:5px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#galleryalbum >.block-img-album> a>img {
    min-height: 100%;
    max-height: 120%;
    min-width: 100%;
    max-width: 180px;
    margin: 0px auto;
}
.block-img-album{
    height:300px;
    text-align:center;
    display:block;
    border:0px solid #ddd;
    margin-bottom:10px;
    background-color:#FFF;
    border-radius:3px;
    padding:5px;
    position:relative;
    z-index:1;
    cursor:pointer;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    transition-duration: 0.5s;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
.block-img{
    height:200px;
    text-align:center;
    display:block;
    border:1px solid #ddd;
    background-color:#FFF;
    padding:5px;
    position:relative;
    z-index:1;
    cursor:pointer;
}
#galleryitem>.block-img>div{
    height:190px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#galleryitem> .block-img> div>img {
    min-height: 100%;
    max-height: 120%;
    min-width: 100%;
    max-width: 120px;
    margin: 0px auto;
}
    .album-list {
        list-style: none;
    }

#galleryalbumHome > div >a >img{
    min-height: 100%;
    max-height: 130%;
    min-width: 100%;
    max-width: 220px;
    margin: 0px auto;

}
#galleryalbumHome > div{
    height:200px;
    text-align:center;
    display:block;
    border:0px solid #ddd;
    margin:0px;
    background-color:#FFF;
    border-radius:0px;
    padding:2px;
    position:relative;
    z-index:1;
    cursor:pointer;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    transition-duration: 0.5s;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
#galleryalbumHome>div>a{
        height:200px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#galleryalbumHome{
  
    
}
#galleryalbumHome>div>.albumthumbname{
	background-color:rgba(0,0,0,0.4);
	color:#fff;
	font-size:12px;
	position:absolute;
	line-height:16px;
	bottom:0px;
	left:2px;
	right:2px;
	padding:4px;
	overflow-y:hidden;
	height:20px;
}
#galleryalbumHome>div:hover>.albumthumbname{
	background-color:rgba(0,0,0,0.8);
	height:auto;
	overflow-y:none;
}
@media(max-width: 479px) {
.albumthumb,#galleryalbumHome>div{
width:100%;height:250px;
}
#galleryalbumHome>div>a{
        height:250px;
		}
}


.btn-del{
     left: 6px;
}
.btn-edit{
     right: 6px;
}
 .btn-del,.btn-edit{
        top: 6px;
        position:absolute;
        opacity:1;
       
    }

 .label-item{
   
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    opacity:0.5;

 }