.imga {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  #c_static_001-1714470185890 .active svg{
width: 30px;
    height: 30px;
    display: block;
    margin: auto;
  }
  img#image{
            max-width: 100%;
            transition: transform 0.3s;
        }     
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s;
  z-index: 10;
        }
        #overlay.active {
            opacity: 1;
            visibility: visible;
        }