#acontece{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;
    display: none;
    max-height: calc(100vh - 50px);
    text-align: center;
}

#acontece img{
    max-width: 100%;
    max-height: calc(100vh - 90px);
    border: 5px solid #005EC1;
    -webkit-box-shadow: 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1), 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1);
    -moz-box-shadow: 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1), 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1);
    box-shadow: 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1), 30px 30px 74px 0px rgba(255,255,255,1), -30px -30px 74px 0px rgba(255,255,255,1);
}

#acontece em{
    position: absolute;
    top: -22px;
    right: -22px;
    background-color: #000;
    border-radius: 50%;
    border: 3px solid #ddd;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#acontece em::before, #acontece em::after{
    content: '';
    border-left: 2px solid #fff;
    position: absolute;
    height: 30px;
    -webkit-transform-origin: top;
    transform-origin: top;
}

#acontece em::before{
    left: 32px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#acontece em::after{
    left: 11px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#aconteceico{
    display: none;
    line-height: 1em;
    padding: 10px;
    background-color: #090;
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 9;
    cursor: pointer;
}

#aconteceico em{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
}

#aconteceico em::before, #aconteceico em::after{
    border-left: 2px solid #fff;
    position: absolute;
    top: 3px;
}

#aconteceico em::before{
    content: '';
    width: 15px;
    border-top: 2px solid #fff;
    right: 3px;
}

#aconteceico em::after{
    content: '';
    height: 18px;
    border-right: 2px solid #fff;
    right: 3px;
    border-left: 0;
}

#aconteceico::before{
    content: '';
    height: 22px;
    border-left: 2px solid #fff;
    left: 17px;
    top: 11px;
    position: absolute;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}