/*
 Put your styles below 'base' styles
*/

/*---- base ----*/
html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#banner {
    position: relative;
    /* position: absolute;
    top:50%;
    left:50%; */
    /* transform:translateX(-50%) translateY(-50%); */
    width: 300px;
    height: 600px;
    background-color:#fff;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
}

#border {
    border: 1px solid #666;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.blockElement {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

#overlay {
    background-color: #fff;
}

#banner {
    background-color: #d8d1cb;
}