.header {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0}
.case-item{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-flow: column wrap;
    padding: 5%;}
.click_link{
    width: 100%;
    height: 100%;
    background: #ffffff00;
    position: absolute;
    z-index: 6;}
.case-item .image{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;}
.case-item .case-content{
    z-index: 5;
    background: #fefefe;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45px;
    background: rgba(255, 255, 255, 0.25);
    visibility: visible;}
.header .carousel-cell {
    background: #b8b8b8;
    margin-right: 15px;
    margin-bottom: 0;}

.hh4 .flickity-page-dots{
    position: relative;
    bottom: 0;
    padding: 30px 0px;}

@media only screen and (max-width: 680px){
    .hh4 .carousel-cell {
        height: auto;
        width: 100%!important;
        border-radius: 0px!important;
    }
    .hh4 .carousel-cell .case-item .case-content, .hh4 .carousel-cell.is-selected .case-item .case-content  {
        padding: 30px 30px 30px 30px!important;
    }

}
