#c7n-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(34, 48, 67);
    min-height: 300px;
}

#c7n-content.c7n-partner-background {
    background-color: rgb(60, 72, 82);
    padding-top: 15px;
    padding-bottom: 0px;
}

#c7n-frame-size {
    position: relative;
    height: auto;
}

.c7n-partner-2018 {
    height: 105px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0px;
    background-color: rgba(186, 168, 104, 0);
    transition: background-color 0.3s ease-in-out;
}

.c7n-partner-2018:hover {
    background-color: rgba(186, 168, 104, 0);
    cursor: pointer;
}

.c7n-partner-2018 img {
    max-height: 65px;
    max-width: 100%;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: none;
    z-index: 1;
    filter: grayscale(100%) sepia(1);
    -webkit-filter: grayscale(100%) sepia(1);
}

.c7n-partner-2018 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
    border-bottom: 0px !important;
}

.cycle-slideshow {
    overflow: visible !important;
    min-height: 180px;
    pointer-events: none;
}
.cycle-slideshow img {
    cursor: pointer;
    pointer-events: all;
}

@media (min-width: 992px) {
    .col-md-4.c7n-partner-222,
    .col-md-4.c7n-partner-232{
        width: 25%;
    }

    .c7n-partner-2018 img {
        max-height: 85px;
    }
}
