/* 1. Add your custom Css styles below2. Place the this code in your template: <link href="css/custom.css" rel="stylesheet">*//* Show Image In Popup */.click-to-expand{ position: relative; display: inherit; }.hover-txt{ display: none; font-family: arial; text-decoration: underline; }.click-to-expand:hover .hover-txt{ display: block; position: absolute; top: 44%; left: 30%; color: #fff; font-size: 24px; font-weight: bold; z-index: 9 }.hover-txt-overlay{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: rgba(200,58,64,0.8); z-index: 3; }.click-to-expand:hover .hover-txt-overlay { opacity: 1; }