
/* Home page caption at the bottom of the frame, overlaying the art */
.home-page .slideshow.-hd .caption-area {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    color: #FFF;
    font-weight: bold;
/*    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0,0,0,0.4);*/
}
@media only screen and (max-width: 480px) {
    .home-page .slideshow.-hd .caption-area {
        font-size: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 900px), only screen and (min-width: 900px) {
    .home-page .slideshow.-hd .caption-area {
        font-size: 30px;
    }
}
.home-page .slideshow.-hd .caption-area > .caption {
    margin: 0;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.home-page .slideshow.-hd .controls {
    position: absolute;
    width: 100px;
    height: 376px;
    line-height: 576px;
    text-align: center;
    top: 0;
    background-color: transparent;
}
.home-page .slideshow.-hd .controls .button {
    vertical-align: middle;
}
.home-page .slideshow.-hd .controls.-left {
    left: 0;
}
.home-page .slideshow.-hd .controls.-right {
    /* for some reason this stoppped working ... right: 0; */
    left: 924px;
}
.home-page .row.-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px #E6ECFA solid;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .home-page .slideshow.-hd .caption {
        height: 50px;
        width: 100%;
        color: #FFF;
        font-size: 100%;
        font-weight: bold;
    }
}
