/* /////////////////////////////////////
//////////////// Header ///////////// */
#header-video-buttons li {
    display: block !important;
}

/* /////////////////////////////////////
/////////////// Content ///////////// */
#movies {
    margin-top: 40px;
    margin-bottom: 20px;
}

.kinofinder-item {
    width: 15.833333333%;
    height: 280px;
    background: lightgray;
    overflow: hidden;
    border-color: #bbbbbb;
    border-style: solid;
    border-width: 1px;
}

.kinofinder-item img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.gutter-sizer {
    width: 1%;
}

/* /////////////////////////////////////
//////////// Media Queries ////////// */
@media only screen and (min-width:1500px) {
    .kinofinder-item {
        width: 13.428571429%;
    }
}


@media only screen and (max-width:1199px) {

    .kinofinder-item {
        width: 15.833333333%;
        height: 230px;
    }
}

@media only screen and (max-width:991px) {

    .kinofinder-item {
        width: 19.2%;
        height: 210px;
    }
}

@media only screen and (max-width:700px) {

    .kinofinder-item {
        width: 24.25%;
        height: 230px;
    }
}

@media only screen and (max-width:600px) {

    .kinofinder-item {
        width: 24.25%;
        height: 180px;
    }
}

@media only screen and (max-width:600px) {

    .kinofinder-item {
        width: 32.666666667%;
        height: 280px;
    }
}

@media only screen and (max-width:550px) {

    .kinofinder-item {
        height: 250px;
    }
}

@media only screen and (max-width:500px) {

    .kinofinder-item {
        height: 230px;
    }
}

@media only screen and (max-width:450px) {

    .kinofinder-item {
        height: 200px;
    }
}

@media only screen and (max-width:410px) {

    .kinofinder-item {
        height: 180px;
    }
}