.wrapper, #container {
    height: auto;
}

.civilCars {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: black;
    box-sizing: border-box;
    padding: 20px 20px 26px 20px;
    color: white;
}

.civilCars h1 {
    width: 100%;
    line-height: 40px;
    margin: 20px 0 40px 0;
}

.lineBlockGallery {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 30px;
    padding-left: 140px;
}

.halfLineBlock {
    width: 50%;
    /*height: 50vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /*center;*/
    /*padding: 0 20px;*/
    overflow: hidden;
}

.halfLineBlock h1 {
    width: 100%;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 32px;
    color: #FF3E00;
    margin-left: 10px;
}

.halfLineBlock p {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 26px;
    margin-left: 10px;
}

/* ----------------------------------------------- */
.bss-slides {
    background: #000;
    position: relative;
    display: block;
}
.bss-slides:focus{
    outline: 0;
}
.bss-slides figure{
    position: absolute;
    top: 0;
    width: 80%;
}
.bss-slides figure:first-child{
    position: relative;
}
.bss-slides figure img {
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    position: relative;
    width: 100%;

    /*-webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      */
}
.bss-slides .bss-show {
    z-index: 3;
}
.bss-slides .bss-show img{
    opacity: 1;
    /* -webkit-backface-visibility: hidden;
     backface-visibility: hidden;*/
}

.bss-slides figcaption{
    position: absolute;
    font-family: sans-serif;
    font-size: .8em;
    bottom: .75em;
    right: .35em;
    padding: .25em;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .25);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
}
.bss-slides .bss-show figcaption{
    z-index: 2;
    opacity: 1;
}
.bss-slides figcaption a{
    color: #fff;
}
.bss-next, .bss-prev{
    color: #fff;
    position: absolute;
    background: #000;
    background: rgba(0,0,0, .6);
    top: 50%;
    z-index: 4;
    font-size: 2em;
    margin-top: -1.2em;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bss-next:hover, .bss-prev:hover{
    cursor: pointer;
    opacity: 1;
}
.bss-next{
    right: 20%;
    padding: 10px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bss-prev{
    left: 0;
    padding: 10px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bss-fullscreen{
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,.3) url(https://leemark.github.io/better-simple-slideshow/img/arrows-alt_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: .3;
}
.bss-fullscreen:hover{
    opacity: .8;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    background-size: contain;
}
:fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(https://leemark.github.io/better-simple-slideshow/img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}




/* ------------------------------------------- @media */
@media screen and (min-width: 1200px) and (max-width: 1368px) {

}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        padding-left: 0;
    }

    .halfLineBlock h1 {
        font-size: 1.6rem;
    }

    .halfLineBlock p {
        font-size: 1rem;
        margin-left: 20px;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
    }

    .bss-next {
        right: 0;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        padding-left: 0;
    }

    .halfLineBlock h1 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .halfLineBlock p {
        font-size: .9rem;
        margin-left: 12px;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
    }

    .bss-next {
        right: 0;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    .civilCars h1 {
        /*text-align: center;*/
    }

    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
    }

    .halfLineBlock {
        width: 86%;
    }

    .halfLineBlock h1 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .halfLineBlock p {
        font-size: .9rem;
        margin-left: 12px;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
        opacity: 1;
    }

    .bss-next {
        right: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    .wrapper {
        display: flex;
    }

    .civilCars h1 {
        text-align: center;
    }

    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
        margin-top: 20px;
    }

    .halfLineBlock {
        width: 86%;
    }

    .halfLineBlock h1 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .halfLineBlock p {
        font-size: .9rem;
        margin-left: 12px;
        text-align: center;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
        opacity: 1;
    }

    .bss-next {
        right: 0;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    .wrapper {
        display: flex;
    }

    .civilCars {
        margin-top: 70px;
    }

    .civilCars h1 {
        text-align: center;
    }

    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
        margin-top: 20px;
    }

    .halfLineBlock {
        width: 86%;
    }

    .halfLineBlock h1 {
        font-size: 1.2rem;
        margin-bottom: 12px;
        margin-left: 0;
    }

    .halfLineBlock p {
        font-size: .9rem;
        margin-left: 0;
        text-align: center;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
        opacity: 1;
    }

    .bss-next {
        right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    .wrapper {
        display: flex;
    }

    .civilCars {
        margin-top: 0;
        padding: 0 2px;
    }

    .civilCars h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .bss-slides .bss-show {
        padding-left: 0;
    }

    .lineBlockGallery {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
        margin-top: 20px;
    }

    .halfLineBlock {
        width: 86%;
    }

    .halfLineBlock h1 {
        font-size: 1.04rem;
        margin: 8px 0;
    }

    .halfLineBlock p {
        font-size: .9rem;
        margin-left: 0;
        text-align: center;
        line-height: 16px;
    }

    .bss-slides .bss-show {
        width: 100%;
    }

    .bss-slides figure {
        width: 100%;
        opacity: 1;
    }

    .bss-next {
        right: 0;
    }

    .blockAbsolut {
        left: calc(50% - 60px);
    }
}