.elementor-10020601 .elementor-element.elementor-element-iabhbtz{margin-top:0px;margin-bottom:0px;}.elementor-10020601 .elementor-element.elementor-element-humgakt .elementor-image img{border-radius:10px 10px 10px 10px;}.elementor-10020601 .elementor-element.elementor-element-humgakt > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-iabhbtz */<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.container {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
</style>
</head>
<body>

<h2>Opacity with Box</h2>
<p>Código VIDRAO.</p>

<div class="container">
  <img src="/store/img/cms/VIDRAOPT.gif" alt="Avatar" class="image" style="width:100%">
  <div class="middle">
    <div class="text">CÓDIGO VIDRAO</div>
  </div>
</div>
  
</body>
</html>/* End custom CSS */