.page {
    overflow: hidden;
}

/* Parent container of the Model Info Bar, Offer Bar, Compare Barker, and 360 viewer */
.model-primary-content {
    max-width: 1498px;
}

.model-primary-content .row .col-md-6:nth-child(2) {
    margin: 0 0 2.8125em 0;
}

/* Model Info Bar */
.runInBanner {
    position: relative;
    /* Mobile Nav z-index is 4 */
    z-index: 3;
    max-width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.sticky+.model-content {
    padding-top: 60px;
}

.runInBanner .row .container .row {
    display: flex;
    align-items: center;
}

.runInBanner .breadcrumb-item a {
    color: var(--primary-1);
}

.runInBanner-title h2 {
    flex: 0 0 auto;
    align-self: center;
}

.runInBanner-info-button {
    padding-top: .5rem;
}

.runInBanner-info-wrapper {
    margin-bottom: 0 !important;
}

.runInBanner-info {
    font-size: 1.375em;
    line-height: 1.09091;
    margin-left: auto;
    margin-bottom: 0;
}

.runInBanner-info .price {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
}

.price {
    color: var(--primary-1);
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .runInBanner {
        padding: 20px 0 !important;
    }

    .runInBanner .row .container .row {
        flex-flow: column wrap;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    .runInBanner-title,
    .runInBanner-info-wrapper,
    .runInBanner-info-button {
        flex: 0 0 auto;
        width: auto !important;
        max-width: none;
    }
}

/* Hero Image Banner */
.model-content {
    text-align: center;
}

.model-content img {
    width: 100%;
}

/* 360 Viewer */
.swatches {
    list-style: none;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    margin: 0;
}

.colorTile {
    width: 40px;
    float: left;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    margin: 5px;
    min-height: 40px;
}

.colorTile span {
    display: none;
}

ul.trimCTA {
    list-style: none;
}

.trimCard {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-feature {
    white-space: nowrap;
}

.pos-top-left {
    position: absolute;
    top: 15px;
    left: 15px;
}

.pos-bottom-center {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Model Offer */
.bg-offer {
    margin: 0 auto;
    padding: 1.5rem 2rem;
    max-width: 1498px;
    background-color: #e6e7e9;
}

@media screen and (max-width:768px) {
    .bg-offer {
        text-align: center;
    }
}

.offer-btn {
    margin-bottom: 1rem;
}

.offer-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.offer-list li::before {
    content: "\200B";
    display: block;
    height: 0;
}

.offer-list li:not(:first-child) {
    margin-top: 0.5rem;
}

.offer-callout {
    font-family: var(--tertiary-font);
    font-size: 1.125rem;
}

.offer-trims {
    font-size: 0.75rem;
}

.btn-outl-white {
    border: 1px solid var(--primary-3);
    background: #fff;
    color: #000;
}

.btn-outl-white {
    opacity: 0.4;
}

/* Compare Barker */
.compareBarker {
    margin: 2.8125em 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .compareBarker {
        margin: 1.875em 0;
    }
}

.compareBarker-header {
    margin: 0 0 1.875em;
}

.compareBarker-title {
    margin: 0;
    text-align: center;
}

.compareBarker-barkers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.compareBarker-barker {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compareBarker-barker-inner {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 268px;
}

.compareBarker-barker-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.compareBarker-barker-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(53, 53, 53, 0.62);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* Changed z-index from 3 to 2 because .runInBanner has a value of 3 */
    z-index: 2;
    padding: 3.125em 0;
}

@media screen and (min-width: 1240px) {
    .compareBarker-barker-content {
        padding: 3.125em 0 8.125em 0;
    }
}

.compareBarker-barker-content .compareBarker-title {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.compareBarker-barker-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    max-width: 68%;
    margin: 0 auto 1.25em;
}

.compareBarker-barker-title {
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.compareBarker-barker-cta {
    width: 100%;
    max-width: 68%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .compareBarker-barker-cta {
        max-width: none;
        margin: 0 15px;
    }

    .compareBarker-barker-cta .btn,
    .compareBarker-barker-cta .btn-default {
        padding: 20px 15px !important;
    }
}

.compareBarker .compareBarker-barker-image {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.compareBarker .compareBarker-header {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.compareBarker .compareBarker-barker-copy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.compareBarker.revealed .compareBarker-barker-image {
    opacity: 1;
}

.compareBarker.revealed .compareBarker-header {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.compareBarker.revealed .compareBarker-barker-copy {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    10%,
    20% {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    10%,
    20% {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }

    100% {
        opacity: 1;
    }
}

/* Feature Type 4 Overlay */
#features .container-fluid {
    max-width: 1498px;
    box-sizing: border-box;
    padding: 0;
}

#features .container-fluid .row {
    position: relative !important;
}

#features .container-fluid .row .col-12 .container {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    color: white;
    padding: 15px 4.5rem;
}

#features .container-fluid .row .col-12 .container .row .col-12 h3 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.align-items-end,
.position-absolute {
    height: 100%;
    bottom: 0px;
    color: white;
    left: 0px;
    right: 0px;
    padding: 15px;
}

.p-md-5 {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
}

@media screen and (max-width: 980px) {
    .container-fluid .row .col-12 p {
        margin-bottom: 0;
    }

    .align-items-end,
    .position-absolute {
        height: auto;
        position: relative;
        bottom: auto;
        padding: 0;
    }

    .position-absolute {
        position: relative !important;
    }

    .p-md-5 {
        padding: 1.25em 15px !important;
    }

    .d-md-flex .p-2 a {
        margin: 15px 0;
    }
}

@media screen and (max-width: 769px) {
    .container-fluid .row .col-12 .container {
        padding: 15px 2.25rem;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .container-fluid .row .col-12 .container {
        padding: 15px 3.25rem;
    }

    .p-md-5 {
        padding: 1.875rem !important;
    }
}

@media screen and (max-width: 1515px) {
    .container-fluid {
        padding: 0;
    }
}

/* Feature Type 2 Left & Type 3 Right */
.featureType2Left,
.featureType3Right {
    margin: 2.8125em auto;
    padding: 0 15px;
}

.featureText a {
    margin: 1em 0;
}

@media screen and (max-width: 768px) {

    .featureType2Left,
    .featureType3Right {
        margin: 1.875em auto;
    }
}

/* Feature Type 6 Hybrid Blocks */
#hybrid {
    text-align: center;
    max-width: 600px;
    margin: 45px auto;
}

.iconBlocks {
    margin: 0 auto 45px auto;
}

@media screen and (max-width: 767px) {
    .iconBlocks {
        margin: 0 0 30px 0;
    }
}

.iconBlocks-inner .iconBlock {
    margin: 0 0 20px 0;
}

@media screen and (min-width: 640px) {
    .iconBlocks-inner {
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) {
    .iconBlocks-inner>.row {
        margin: 15px -15px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }

    .iconBlocks-inner>.row .iconBlock {
        margin: 15px;
    }

    .iconBlocks>.iconBlocks-inner>.row {
        grid-template-areas: "iconBlockFull iconBlockStack1""iconBlockFull iconBlockStack2";
    }

    .iconBlocks>.iconBlocks-inner>.row .iconBlock:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-area: iconBlockFull;
    }

    .iconBlocks>.iconBlocks-inner>.row .iconBlock:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-area: iconBlockStack1;
    }

    .iconBlocks>.iconBlocks-inner>.row .iconBlock:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        grid-area: iconBlockStack2;
    }

    /* To be used to reverse order of icon blocks 2 on the left 1 on the right */
    /* Apply class .iconBlocks2x1 parent div with a class of iconBlocks-inner */

    .iconBlocks2x1.iconBlocks-inner>.row {
        grid-template-areas: "iconBlockStack1 iconBlockFull""iconBlockStack2 iconBlockFull";
    }

    .iconBlocks2x1.iconBlocks-inner>.row .iconBlock:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-area: iconBlockStack1;
    }

    .iconBlocks2x1.iconBlocks-inner>.row .iconBlock:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-area: iconBlockStack2;
    }

    .iconBlocks2x1.iconBlocks-inner>.row .iconBlock:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-area: iconBlockFull;
    }
}

@media screen and (max-width: 767px) {
    .iconBlocks-inner>.row,
    .iconBlock-content {
        margin-left: 0;
        margin-right: 0;
    }
}

/* iconBlock - tile */
.iconBlock {
    margin: 45px 0;
    display: box;
    display: flex;
    display: flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: auto;
}

.iconBlock-image {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.iconBlock-image:after {
    content: ' ';
    display: block;
    padding: 0 0 50%;
}

.iconBlock:first-child {
    /* make first desktop image bigger */
}

@media screen and (min-width: 768px) {
    .iconBlock:first-child .iconBlock-image {
        max-height: 65%;
        min-height: 65%;
    }
}

@media screen and (max-width: 767px) {
    .iconBlock:first-child .iconBlock-image {
        margin-left: 0;
        margin-right: 0;
    }
}

/* When layout is 2x1 make last desktop image bigger */

@media screen and (min-width: 768px) {
    .iconBlock:last-child .iconBlock2x1-image {
        max-height: 65% !important;
        min-height: 65% !important;
    }
}

@media screen and (max-width: 767px) {
    .iconBlock:last-child .iconBlock2x1-image {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .iconBlock-image {
        max-height: 52%;
        min-height: 167px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 167px;
        -ms-flex: 1 1 167px;
        flex: 1 1 167px;
    }

    .iconBlock-image:after {
        content: none;
    }

    .iconBlock:nth-child(n+2) .iconBlock-content {
        margin: 0;
    }
}

.iconBlock-content {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px 18px;
    /* width: 100%; */
    flex-wrap: nowrap;
}

.iconBlock-content a {
    transition: color 0.3s ease-out !important;
}

.iconBlock-content a,
.iconBlock-content a:active,
.iconBlock-content a:active:focus,
.iconBlock-content a:hover,
.iconBlock-content a:focus {
    text-decoration: none;
    text-transform: none;
}

.arrow-icon {
    padding-left: 8px;
    color: var(--primary-1);
    pointer-events: none;
    transition: padding-left 0.2s ease-out;
}

.hybrid-link button:hover .arrow-icon {
    padding-left: 12px;
    transition: padding-left 0.2s ease-in;
}

.iconBlock-icon {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34px !important;
    margin: -3px 34px 0 0;
    padding: 0;
}

.iconBlock-icon-holder {
    display: block;
}

.iconBlock-icon-holder img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
}

@media screen {
    .iconBlock-icon-holder.js img {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, transform 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
    }

    .iconBlock-icon-holder.js.revealed img {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.iconBlock-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.iconBlock-title {
    margin: 0 0 0.5em;
    padding: 0;
    text-align: left;
    color: inherit;
}

.iconBlock-desc> :first-child {
    margin-top: 0;
}

.iconBlock-desc> :last-child {
    margin-bottom: 0;
}

/* .crop {
    max-height: 52%;
    min-height: 167px;
    height: 167px;
    display: block;
    position: relative;
    overflow: hidden;
}

.crop img {
    width: 100%;
    position: relative;
    -webkit-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
} */

.model-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 32px;
}

.model-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.model-gallery-video {
    padding: 0;
}

.modelGallery {
    margin-top: 64px;
    margin-bottom: 32px;

    max-width: 1498px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.modelGallery .nav-fill .nav-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    margin: 0 auto;
}

.modelGallery .nav-link {
    font-family: var(--secondary-font);
    font-weight: 800 !important;
    margin: 0 32px;
    padding: 2px;
    padding-bottom: 16px !important;
}

@media only screen and (max-width: 543.98px) {
    .modelGallery .nav-link {
        margin: 0 16px;        
    }    
}

.modelGallery .tabs-horizontal .tabs-title,
.modelGallery .tabs-horizontal .nav-tabs,
.model-feature-title {
    margin-bottom: 32px;
}
@media only screen and (max-width: 543.98px) {
    .modelGallery .tabs-horizontal .tabs-title,
    .modelGallery .tabs-horizontal .nav-tabs,
    .model-feature-title {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 544px) {
    #features::before,
    #gallery::before {
        content: '';
        display: block;
        height:      120px;
        margin-top: -120px;
        visibility: hidden;
    }
}



/* NEW OFFERS */

#offers {
    position: relative;
    top: -88px;
    height: 0;
}

@media only screen and (max-width: 1199.98px) {
    #offers {
        top: 20px;
    }
}

@media only screen and (max-width: 543.98px) {
    #offers {
        top: 180px;
    }    
}

.model-offers-title {
    margin-top: 48px;
    margin-bottom: 24px;
}

.model-offers-count {
    margin-bottom: 48px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
    .model-offers-count {
        margin-bottom: 0;
    }
}


.model-offers-slider {
    margin-bottom: 96px;
}

.model-offers-slider .glider-track {
    margin: auto;
}
