

#tp_h {
    position: relative;
    overflow: hidden;
    background-size: cover;
}
#tp_h .image-bottom, #tp_h .image-top {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
#tp_h .image-bottom {
    z-index: -2;
}
#tp_h .image-top {
    z-index: -1;
    display: none;
}

#image-download {
  display: none; }
