header .bg, header .bg-alpha {
    height: auto;
}
header .bg-alpha {
    background: transparent;
    z-index: 9;
}

#slideshow {
    max-width: 100%;
}
#slideshow button {
    top: 50%;
    margin-top: -60px;
}
#slideshow .strip, #slideshow .slide {
    height: 550px;
}
#slideshow .strip {
    padding-bottom: 0;
}
#slideshow .markers {
    display: none;
}
#slideshow .markers button {
    margin-top: 0;
}
#slideshow .slide p {
    top: 0;
    margin-top: 80px;
}
#slideshow .slide p img {
    max-width: 100%;
}
#slideshow > button b {
    width: 30px;
    height: 120px;
    background: rgba(0, 0, 0, 0) url('/facasuacapa/slider/img/slider-arrow-sprite.png') no-repeat 0 -0;
    background-position: unset;
}
#slideshow > button.next b {
    background-position: -231px 20px;
    right: 0;
    margin-right: 10px;
}
#slideshow > button.previous b {
    background-position-y: 20px;
    left: 0;
    margin-left: 10px;
}
#slideshow > button:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}


@media screen and (max-width: 768px) {
    header .bg { height: auto !important;  }
    #slideshow .strip, #slideshow .slide { height: auto; min-height: 326px; }
    #slideshow .slide p { margin-top: 100px; }
    #slideshow button.next, #slideshow button.previous { display: none; }
}