﻿.img__wrap
{
    position: relative;
    

}

.img__description_layer
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 139, 205, 0.6);*/
  /*  background-image:url('/Style Library/balamand_files_/UOBnews/hovernews_.png'); */
    color: #fff;
    visibility: hidden;
    height:320px;
    opacity: 0.7;
    display: flex;
    background:transparent;

    
    
   
}


.img__description_layer_trans
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:transparent;
    background-image:url('/Style Library/balamand_files_/UOBnews/hovernews_.png');
    background:transparent;
    color: #fff;
    visibility: hidden;
    opacity: 0.6;
    display: flex;
    
    
   
}

.img__wrap:hover .img__description_layer
{
    visibility: visible;
    opacity: 1;

     width: 352px;
 /*   height: 502px; */
            height: 322px;
    margin-left:14px;
    margin-top:3px;
}

.img__wrap:hover .img__description_layer_trans
{
    visibility: visible;
    opacity: 1;
     width: 350px;
 /*   height: 503px; */
        height: 323px;
    margin-left:10px;
    margin-top:4px;

}


.img__description
{
    transition: .2s;
    transform: translateY(1em);
}

.img__wrap:hover .img__description
{
    transform: translateY(0);
}
