.banner img{
    width: 100%;
}
.memories .breadcrumb{
    background: transparent;
}
.memories #section1 {
    width: 100%;
    height: auto;
    padding: 30px 0 60px;
    background: #fff;
    background-size: 100% auto;
    box-shadow: 0px 10px 8px #e3ddcd;
    word-wrap: break-word;
}

.memories #section1 img {
    padding: 30px;
    width: 100%;
}

.memories #section1 .view a{
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 6px;
    background: #997545;
    border: none;
    margin-top: 15px;
    line-height: 40px;
}

.memories #section1 .view a,
.memories #section1 .view a:hover,
.memories #section1 .view a:active,
.memories #section1 .view a:focus {
    color: #fff;
}