/*adjust the section top*/
:target {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
.caption.thumb.explore {
    position: absolute;
    display: block;
    bottom: 0;
    width: -moz-available;
    padding-left: 0px;
}