.gallery-container {
    position: relative;
    padding: 15px 15px;
}

.gallery-container .headline {
    text-transform: uppercase;
    font-family: ifc hardball;
    color: #383838;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.gallery-slide {
    padding: 0 5px;
    box-sizing: border-box;
    max-width: 250px;
}

.gallery-img {
    width: 100%;
}

.gallery-container-inner {
    max-width: 1205px;
    margin: auto;
}

@media (min-width: 1024px) {
    .gallery-container {
        padding: 15px 40px;
    }

    .gallery-arrow-right {
        position: absolute;
        right: -32px;
        font-size: 31px;
        top: 41%;
        cursor: pointer;
    }

    .gallery-arrow-left {
        position: absolute;
        left: -32px;
        font-size: 31px;
        top: 33%;
        cursor: pointer;
    }
}

@media (min-width: 1500px) {
    .gallery-container-inner {
        max-width: 1410px;
        margin: auto;
    }
}