.cms-util-modal_content-wrap{
    position: relative;
    border: none;
    background: none;
    padding: 0;
}
.cms-util-modal_content-wrap img{
    cursor: pointer;
}
.cms-util-modal_content-more{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    background: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
    opacity: 0.5;
}
.cms-util-modal_content-wrap:hover .cms-util-modal_content-more,
.cms-util-modal_content-wrap:focus .cms-util-modal_content-more{
    opacity: 0.8;
}
