/*

.clickable_module .custom-urls a {
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* behind the text */ /*
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 123, 255, 0.3); /* semi-transparent so text shows */ /*
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
}

*/