
.ag-format-container {
    width: 100%;

}

.layout {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.layout a {
    color: #666;
}

.slide {
    display: none;
}

.slide li {
    list-style: none;
}

.slide.slick-initialized {
    display: block;
}

.slick-dots {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    display: inline-block;
    max-height: 56px;
    max-width: 112px;
    margin: 5px;
}

.slick-dots li img {
    height: auto;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
}

.slick-dots li.slick-active img {
    cursor: default;

    opacity: 1;
}

.slick-prev,
.slick-next {
    margin: -50px 0 0;

    z-index: 99;
    position: absolute;
    top: 50%;
}

.slick-prev {
    left: -50px;
    background-image: url("/static/images/icons/left-arrow-neon.png");
    background-size: 40px;
    background-repeat: no-repeat;
}

.slick-next {
    right: -50px;
    background-image: url("/static/images/icons/right-arrow-neon.png");
    background-size: 40px;
    background-repeat: no-repeat;
    margin-right: -10px;
}

.icon {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.icon__cnt {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 100%;
    }

}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 100%;
    }

}

@media (min-width: 1161px) {
    .ag-format-container {
        margin-left: -20px;
    }
    .horiz-mobile{
        display: none;
    }
}

@media (max-width: 1161px) {
    .horiz-desktop{
        display: none;
    }
}


.ag-format-container ul {
    padding: 0;
}
