ul{list-style-position:inside}#col-1{width:40%!Important;height:710px}#col-2{width:60%!Important}.col #txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2vw}.col:hover #box{background-color:rgba(165,129,70,0.0);transition:color 0.25s ease}.col #box:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;transform:scaleY(0);transform-origin:bottom;background-color:rgba(165,129,70,0.85);z-index:-1;transition:transform 0.25s ease;transform:scale(0,0);transform-origin:top left}.col:hover #box::after{transform:scaleY(1);color:rgba(165,129,70,0.0);transform:scale(1,1)}