#floater {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    transition: .2s;
    z-index: 1000;
}

#floater .content-floater {
    position: relative;
}

#floater .content-floater a {
    position: relative;
    display: block;
}

#floater .content-floater img {
    width: 400px;
}

#floater button {
    position: absolute;
    border: none;
    color: #fff;
    cursor: pointer;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.5);
    height: 30px;
    line-height: 1;
    width: 30px;
    font-size: 14pt;
}

.row ul li {
    list-style: none;
}