/* #top_banner {
    color: blue;   
} */

.target {
    /* border: solid 1px #aaa; */
    min-height: 200px;
    width: 30%;
    margin-top: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms all;
    position: relative;
}

.contain {
    background-size: cover;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.active {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 255, 0.4);
}

.new:after {
    content: "NEW feature";
    color: white;
    letter-spacing: 1px;
    background: hsla(80, 90%, 40%, 0.9);
    position: absolute;
    margin: -10px 5px 0 0;
    transform: rotate(-25deg);
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 14px;
    opacity: 0.85;
}
