.contentWrapper.full .container {
    width: 100%;
    padding: 0;
}

.slick-arrow-right,
.slick-arrow-left {
    position: absolute;
    font-size: 42px;
    top: 220px;
    z-index: 1;
    cursor: pointer;
    color: #e0e0e0;
    transition: all .3s;
}
.slick-arrow-right:hover,
.slick-arrow-left:hover {
    color: #000;
}

.slick-arrow-right {
    right: 15px;
}

.slick-arrow-left {
    left: 15px;
}

.slick-initialized {
  overflow: hidden;
}

.slick-slide:focus {
    outline: none;
}

.oomdo-banners .desktop-offers {
    display: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
    width: 95%;
    max-width: 1100px;
}

.oomdo-banners .special-container {
    position: relative;
}

.oomdo-banners .special-container.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.oomdo-banners .special-container.oem .background-sm,
.oomdo-banners .special-container.oem .background-md,
.oomdo-banners .special-container.oem .background-lg {
    display: none;
}

.oomdo-banners .special-container.oem .vehicle-name-bg {
    visibility: visible;
}

.oomdo-banners .background-sm {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.oomdo-banners .background-sm.tablet {
    display: none;
}

.oomdo-banners .outer-title-container {
    position: absolute;
    left: 42vw;
    top: 1vw;
}

.oomdo-banners .title-top {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 3px;
}

.oomdo-banners .title-middle {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}

.oomdo-banners .title-bottom {
    font-weight: initial;
    font-size: 21px;
    line-height: 21px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}

.oomdo-banners .vehicle-image-container-mobile {
    width: 98%;
    margin: auto;
    padding-top: 36vw;
    height: 96vw;
    display: flex;
    align-items: end;
    justify-content: center;
}

.oomdo-banners .vehicle-image {
    width: 100%;
    max-width: max-content;
    display: flex;
}

.oomdo-banners .btns-container {
    text-align: center;
    margin-top: 25px;
    font-family: "tablet-gothic-condensed";
}

.oomdo-banners .btns-container .btn {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100 !important;
    font-size: 15px;
    width: 137px;
}

.oomdo-banners .btns-container .btn.inventory {
    background: #00274E;
    margin-right: 5px;
}

.oomdo-banners .btns-container .btn.specials {
    background: #B2B2B2;
    margin-left: 5px;
}

.oomdo-banners .oem-container {
    text-align: center;
    margin-top: 15px;
}

.oomdo-banners .oem-logo {
    display: initial;
}

.oomdo-banners .vehicle-name-bg {
    visibility: hidden;
    text-transform: uppercase;
    bottom: 0;
    font-size: 40vw;
    display: inline-block;
    color: #00000017;
}

.oomdo-banners .vehicle-name-bg.active {
    position: absolute;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .oomdo-banners .background-sm.mobile {
        display: none;
    }
    .oomdo-banners .background-sm.tablet {
        display: block;
        width: 615px;
    }

    .oomdo-banners .outer-title-container {
        top: 52px;
        left: 55vw;
    }

    .oomdo-banners .vehicle-image-container-mobile {
        width: 662px;
        height: 586px;
        text-align: center;
        padding-top: 183px;
    }

    .oomdo-banners .btns-container .btn {
        font-size: 20px;
        width: 225px;
    }

    .oomdo-banners .btns-container .btn.inventory {
        margin-right: 15px;
    }

    .oomdo-banners .btns-container .btn.specials {
        margin-left: 15px;
    }
}

@media (min-width: 1024px) {
    .oomdo-banners .background-sm.tablet {
        width: 730px;
    }

    .oomdo-banners .outer-title-container {
        top: 89px;
        left: 52vw;
    }

    .oomdo-banners .vehicle-image-container-mobile {
        padding-top: 230px;
        height: 632px;
    }
}

@media (min-width: 1200px) {
    .oomdo-banners .mobile-offers {
        display: none;
    }

    .oomdo-banners .desktop-offers {
        display: block;
    }

    .oomdo-banners .special-container-border {
        border: 2px solid black;
        padding: 7px;
        height: auto;
        margin-bottom: 15px;
    }

    .oomdo-banners .special-container-border {
        border: 4px solid black;
    }

    .oomdo-banners .special-container {
        height: 471px;
        font-size: 0;
    }

    .oomdo-banners .background-md,
    .oomdo-banners .background-lg {
        position: absolute;
    }

    .oomdo-banners .background-lg {
        display: none;
    }

    .oomdo-banners .vehicle-details-section {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        height: 471px;
        color: #00274E;
        width: 72%;
        padding-right: 15px;
    }

    .oomdo-banners .brand-logo {
        position: absolute;
        left: 356px;
        max-height: 70px;
    }

    .oomdo-banners .outer-title-container {
        top: 86px;
        left: 471px;
    }

    .oomdo-banners .offer-wrapper {
        margin: auto;
    }

    .oomdo-banners .offer-section {
        font-family: "tablet-gothic-condensed";
        position: relative;
        color: #707070;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        height: 471px;
        width: 28%;
    }

    .oomdo-banners .offer-container {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .oomdo-banners .offer-spacer-container {
        font-size: 20px;
        font-weight: 900;
        width: 56px;
        margin: 4px auto;
    }

    .oomdo-banners .offer-section.triple .oem-container {
        position: absolute;
        left: -140px;
        margin-top: 5px;
    }

    .oomdo-banners .oem-logo {
        max-height: 60px;
        margin: auto;
    }

    .oomdo-banners .vehicle-image-container {
        width: 44vw;
        height: 275px;
        position: absolute;
        bottom: 0;
        left: 300px;
        text-align: center;
    }

    .oomdo-banners .vehicle-image {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }

    .oomdo-banners .main-spacer {
        position: absolute;
        height: 230px;
        right: 17px;
        top: 95px;
        box-shadow: 6px 3px 6px #00000029;
        border: 1px solid transparent;
    }

    .oomdo-banners .term-bottom-line,
    .oomdo-banners .price-container {
        position: relative;
    }

    .oomdo-banners .term-bottom-line {
        text-transform: lowercase;
    }

    .oomdo-banners .offer-top-line {
        font-size: 20px;
    }

    .oomdo-banners .price-container {
        font-size: 66px;
        line-height: 54px;
        display: inline-block;
        margin-top: 3px;
        font-weight: 700;
    }

    .oomdo-banners .percent-discount-wrapper .price-container {
        margin-top: 0;
    }

    .oomdo-banners .dollar-sign {
        position: relative;
        top: -22px;
        margin-left: 0;
        margin-right: -8px;
        font-size: 41px;
    }

    .oomdo-banners .terms-container.right {
        display: inline-block;
        margin-left: 5px;
    }

    .oomdo-banners .terms-container.bottom {
        text-align: right;
        margin-top: -4px;
    }

    .oomdo-banners .term-top-line {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .oomdo-banners .term-bottom-line {
        font-size: 18px;
        line-height: 18px;
        font-weight: 100;
    }

    .oomdo-banners .asterisk.sm {
        font-size: 13px;
        position: relative;
        top: -3px;
        margin-left: 0;
    }

    .oomdo-banners .asterisk.lg {
        font-size: 23px;
        position: relative;
        top: -33px;
        margin-left: -8px;
        display: inline-block;
    }

    .oomdo-banners .btns-container {
        text-align: center;
        margin-top: 10px;
        position: absolute;
        bottom: 21px;
        left: 0;
        right: 0;
    }

    .oomdo-banners .btns-container .btn {
        font-size: 12px;
        width: 137px;
    }

    .oomdo-banners .btns-container .btn.inventory {
        margin-right: 5px;
    }

    .oomdo-banners .btns-container .btn.specials {
        margin-left: 5px;
    }

    .oomdo-banners .abbrevaited-disclaimer {
        font-size: 12px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 9px;
        bottom: 60px;
        position: absolute;
        max-width: 500px;
    }

    .oomdo-banners .click-to-view-disclaimer {
        font-size: 10px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
    }

    /*single offer styles*/
    .oomdo-banners .offer-container.single .offer-top-line {
        font-size: 24px;
        line-height: 37px;
    }

    .oomdo-banners .offer-container.single .term-top-line{
        font-size: 20px;
        line-height: 20px;
    }

    .oomdo-banners .offer-container.single .term-bottom-line {
        font-size: 20px;
        line-height: 20px;
    }

    .oomdo-banners .offer-container.single .price-container {
        font-size: 100px;
        line-height: 71px;
    }

    .oomdo-banners .offer-container.single .dollar-sign {
        top: -39px;
        margin-right: -13px;
        font-size: 50px;
    }

    .oomdo-banners .offer-container.single .asterisk.lg {
        top: -59px;
        margin-left: -8px;
    }

    .oomdo-banners .offer-container.single {
        top: 46%;
    }

    .oomdo-banners .offer-section.single .abbrevaited-disclaimer {
        bottom: 100px;
    }

    .oomdo-banners .offer-section.single .btns-container {
        bottom: 47px;
    }

    .oomdo-banners .offer-section.single .click-to-view-disclaimer {
        bottom: 5px;
    }
    /*end single offer styles*/

    /*dual offer styles*/
    .oomdo-banners .offer-container.dual {
        padding-bottom: 60px;
    }

    .oomdo-banners .offer-container.dual .offer-spacer-container.one {
        margin: 15px auto;
    }

    .oomdo-banners .offer-section.dual .abbrevaited-disclaimer {
        bottom: 85px;
    }

    .oomdo-banners .offer-section.dual .btns-container {
        bottom: 35px;
    }

    .oomdo-banners .offer-section.dual .click-to-view-disclaimer {
        bottom: 5px;
    }
    /*end dual offer styles*/

    /*triple offer styles*/
    .oomdo-banners .offer-container.triple {
        padding-bottom: 96px;
    }

    .oem-container.triple {
        display: none;
    }
    /*end triple offer styles*/
}

@media (min-width: 1300px) {
    .oomdo-banners .outer-title-container {
        left: 538px;
        top: 81px;
    }

    .oomdo-banners .brand-logo {
        left: 380px;
    }

    .oomdo-banners .vehicle-image-container {
        left: 330px;
    }
}

@media (min-width: 1400px) {
    .oomdo-banners .outer-title-container {
        left: 610px;
        top: 75px;
    }

    .oomdo-banners .brand-logo {
        left: 400px;
    }
}

@media (min-width: 1500px) {
    .oomdo-banners .offer-section,
    .oomdo-banners .special-container {
        height: 521px;
    }

    .oomdo-banners .brand-logo {
        left: 530px;
    }

    .oomdo-banners .outer-title-container {
        position: absolute;
        top: 85px;
        left: 660px;
    }

    .oomdo-banners .vehicle-image-container {
        width: 707px;
        height: 320px;
        left: 344px;
    }

    .oomdo-banners .title-top {
        font-size: 24px;
        line-height: 21px;
    }

    .oomdo-banners .title-middle {
        font-size: 53px;
        line-height: 44px;
    }

    .oomdo-banners .title-bottom {
        font-size: 24px;
        line-height: 24px;
    }

    .oomdo-banners .main-spacer {
        top: 132px;
    }

    .oomdo-banners .background-md {
        display: none;
    }

    .oomdo-banners .background-lg {
         display: block; 
    }

    .oomdo-banners .vehicle-details-section {
        height: 521px;
    }

    .oomdo-banners .btns-container {
        bottom: 20px;
    }

    .oomdo-banners .btns-container .btn {
        font-size: 15px;
        width: 176px;
        line-height: 22px;
    }

    .oomdo-banners .abbrevaited-disclaimer {
        margin-top: 20px;
    }

    .oomdo-banners .click-to-view-disclaimer {
        font-size: 13px;
    }

    /*single offer styles*/
    .oomdo-banners .offer-container.single {
        top: 44%;
    }

    .oomdo-banners .offer-section.single .abbrevaited-disclaimer {
        bottom: 150px;
    }

    .oomdo-banners .offer-section.single .btns-container {
        bottom: 65px;
    }

    .oomdo-banners .offer-section.single .click-to-view-disclaimer {
        bottom: 10px;
    }
    /*end single offer styles*/

    /*dual offer styles*/
    .oomdo-banners .offer-container.dual {
        padding-bottom: 105px;
    }

    .oomdo-banners .offer-section.dual .abbrevaited-disclaimer {
        bottom: 130px;
    }

    .oomdo-banners .offer-section.dual .btns-container {
        bottom: 60px;
    }

    .oomdo-banners .offer-section.dual .click-to-view-disclaimer {
        bottom: 15px;
    }
    /*end dual offer styles*/

    /*triple offer styles*/
    .oomdo-banners .offer-container.triple {
        padding-bottom: 131px;
    }

    .oomdo-banners .offer-section.triple .abbrevaited-disclaimer {
        bottom: 97px;
    }

    .oomdo-banners .offer-section.triple .btns-container {
        bottom: 40px;
    }

    .oomdo-banners .offer-section.triple .click-to-view-disclaimer {
        bottom: 5px;
    }
    /*end triple offer styles*/
}

@media (min-width: 1700px) {
    .oomdo-banners .offer-section.triple .oem-container {
        left: initial;
        margin-top: 15px;
        position: initial;
    }

    .oomdo-banners .abbrevaited-disclaimer {
        font-size: 14px;
    }

    .oomdo-banners .offer-container.dual,
    .oomdo-banners .offer-container.triple .triple-top,
    .oomdo-banners .offer-container.triple .triple-bottom {
        display: flex;
        max-width: 671px;
        margin: auto;
    }

    .oomdo-banners .offer-container.triple .triple-bottom {
        margin-top: 20px;
    }

    .oomdo-banners .offer-container.dual .offer-spacer-container.one,
    .oomdo-banners .offer-container.triple .offer-spacer-container.one,
    .oomdo-banners .offer-container.triple .offer-spacer-container.two {
        margin: initial;
        align-self: center;
    }

    .oomdo-banners .vehicle-details-section {
        width: 64%;
    }

    .oomdo-banners .offer-section {
        width: 36%;
    }

    .oomdo-banners .btns-container .btn.inventory {
        margin-right: 20px;
    }

    .oomdo-banners .btns-container .btn.specials {
        margin-left: 20px;
    }

    /*triple offer styles*/
    .oomdo-banners .offer-container.triple {
        padding-bottom: 88px;
    }

    .oomdo-banners .offer-container.triple .offer-spacer-container.two {
        margin-right: 15px;
    }

    .oomdo-banners .offer-section.triple .abbrevaited-disclaimer {
        bottom: 130px;
    }

    .oomdo-banners .offer-section.triple .btns-container {
        bottom: 62px;
    }

    .oomdo-banners .offer-section.triple .click-to-view-disclaimer {
        bottom: 15px;
    }

    .oem-logo-triple-small.triple {
        display: none;
    }

    .oem-container.triple {
         display: block; 
    }
    /*end triple offer styles*/

}

@media (min-width: 1750px) {
    .oomdo-banners .outer-title-container {
        left: 710px;
    }

    .oomdo-banners .vehicle-image-container {
        left: 420px;
    }
}

@media (min-width: 1850px) {
    .oomdo-banners .outer-title-container {
        left: 775px;
    }
}

/*single offer example*/
/*.offer-container.dual,
.offer-container.triple,
.offer-wrapper {
    display: none;
}

.finance-wrapper.offer-wrapper {
    display: block;
}*/



/*dual offer example*/
/*.offer-container.single,
.offer-container.triple,
.offer-wrapper {
    display: none;
}

.finance-wrapper.offer-wrapper.positon-two,
.dollar-discount-wrapper.offer-wrapper.positon-one {
    display: block;
}*/




/*triple offer example*/
/*.offer-container.single,
.offer-container.dual,
.offer-wrapper {
    display: none;
}

.finance-wrapper.offer-wrapper.positon-two,
.apr-wrapper.offer-wrapper.positon-three,
.dollar-discount-wrapper.offer-wrapper.positon-one {
    display: block;
}*/










