#photos {
    display: none;
    position: relative;
}

#sellotape1 {
    top: 31px;
    left: -21px;
}

#sellotape2 {
    right: -20px;
    bottom: 36px;
}

#slideshow {
    text-align: center;
}

#slideshow img {
    margin: 10px 8px 7px 8px;
    width: calc(100% - 16px);
    box-shadow: 1px 1px 3px;
    color: grey;
}

h1 {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 15px;
}

.sellotape {
    position: absolute;
    z-index: 1;
    width: 75px;
}

#notice1 p { line-height: 23px; top: 10px; }
#notice2 p { line-height: 23px; }
