.gallery_album_contain{margin-right:1.1%;width:98% !important}.gallery_album_contain{clear:both;width:100%;float:left}.dir_rtl .gallery_album_contain{float:right;}.gallery_album_colom{float:left;margin:0 15px 15px 0;width:274px;height:344px;border:1px solid #eee;background-color: #f0f0f0;overflow: hidden; position: relative}.dir_rtl .gallery_album_colom{float:right;margin:0 0 15px 15px}.gallery_album_colom_img img{width:100%;}.gallery_album_colom_info{padding:0 8px}.gallery_album_colom_title{color:gray;height:20px;font:bold 13px/17px Verdana,Geneva,sans-serif}.dir_rtl .gallery_album_colom_title{font:19px/19px mynassim,myyekan2,arial,tahoma}.gallery_album_colom_comment{color:#333333;height:28px;font:13px/14px "Trebuchet MS",Helvetica,sans-serif}.dir_rtl .gallery_album_colom_comment{font:14px/14px myyekan2,mynassim,arial,tahoma}.dashboard_pagenational_list{clear:both;margin:30px auto 5px;direction:ltr}.dir_rtl .dashboard_pagenational_list{direction:rtl}.next_page_news{background:url("images/right-a.png") no-repeat scroll center top transparent;display:block;height:19px;width:23px}.prev_page_news{background:url("images/left-a.png") no-repeat scroll center top transparent;display:block;height:19px;width:23px}.next_page_news:hover,.prev_page_news:hover{background-position:center bottom}
.gallery_album_colom_comment {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 0;
    line-height: 25px !important;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: justify;
    width: calc(100% - 20px);
    z-index: 9;
    transition: all 0.5s;
}
.gallery_album_colom:hover .gallery_album_colom_comment{
    opacity: 1;
    height: 74%;
}