.imgParent{height: 200px; max-height: 200px; margin-bottom: 30px;}
.imgParent img{width: 100%;}
.imgParent .botoesImg{position:relative; bottom:68px; opacity:0.5; transition: all 0.4s;}
.imgParent .botoesImg2{position:relative; bottom:68px; opacity:0; transition: all 0.4s;}
.imgParent .botoesImg3{position:relative; bottom:34px; opacity:0.5; transition: all 0.4s;}
.imgParent .col-xs-6{padding:0;}
.imgParent:hover .botoesImg{opacity: 1;}
.imgParent:hover .botoesImg2{opacity: 1;}
.imgParent:hover .botoesImg3{opacity: 1;}
.imgParent .imgDesc{position:relative;top:0; opacity:0.5; background: #606060; color:white; transition:all 0.3s; padding:5px; float: left; display: inline;
                    min-width: 90%;
                    min-width: -webkit-calc(100% - 25px);
                    min-width: -moz-calc(100% - 25px);
                    min-width: calc(100% - 25px);
                    width: 90%;                         /* para navegadores que nÃ£o suportam calc() */
                    width: -webkit-calc(100% - 25px);  /* para Chrome */
                    width: -moz-calc(100% - 25px);     /* para Firefox */
                    width: calc(100% - 25px);          /* para suporte nativo */
                    border-top-left-radius: 5px; 
                    border-top-right-radius: 5px;}
.imgParent:hover .imgDesc{opacity:0.7}

.imgParent .imgDescAdm{position:absolute;top:0; opacity:0.5; background: #606060; color:white; transition:all 0.3s; max-width: 90%;width:90%; padding:5px; float: left; display: inline; width: 90%;}
.imgParent:hover .imgDescAdm{opacity:0.7}

.imgParent .imgCompartilhar{position:relative;top:0; opacity:0.5; background: #606060; color:white; transition:all 0.3s; float: right; height: 30px;}
.imgParent:hover .imgCompartilhar{opacity:0.7}

.imgParent .imgCompartilharBtn{position:relative;top:0; opacity:0.5; background: #606060; color:white; transition:all 0.3s; float: right;}
.imgParent:hover .imgCompartilharBtn{opacity:1}

.capaParent{ max-height: 200px; margin-bottom: 30px;}
.capaParent img{width: 100%;}
.capaParent .botao-alterar{position:relative; bottom:34px; opacity:0.5; transition: all 0.4s;}
.capaParent:hover .botao-alterar{opacity: 1;}

.albumDesc{position:absolute;top:0; opacity:0.5; background: #606060; color:white;max-width: 90%; width:90%; padding:5px; z-index: 1; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.imgParent:hover .albumDesc{opacity: 0.8;}