body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000000 url() no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #000000 url(https://psmfirestorm.blob.core.windows.net/753fe69f-6db0-4caa-a3cb-4dd92ebdc966/background-6.jpg) no-repeat center top;
    background-size: contain;
    overflow-x: hidden;
    background-position-y: 200px;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #fecd00;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #8c8c8c;
    text-decoration: none;
}

#outer-wrapper {
    overflow-x: hidden;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/50283574-6592-45c7-8416-ea3b971f51a6/background-4.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: center bottom;
    position: relative;
    margin-top: 0!important;
}

/*
.aboutSection:before {
    content: '';
    width: 100%;
    height: 20px;
    background-color: #ffffff;
    top: -10px;
    position: absolute;
    box-shadow: 0 0 10px black;
}
*/

.picSection {
    margin-top: -16%!important;
}

.sliderSection {
    margin-top: 0!important;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

.header-background {
    background-color: black;
    color: white;
    position: relative;
    z-index: 0;
    align-items: center;
}

.header-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b2e915b7-4e1c-4fce-be54-7c725ba46e78/background-btm.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    background-position: 50% 59%;
}

.header-background:after {
    content: '';
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.header-container {
    /* width: 1180px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 1% 1%;
    text-shadow: 1px 1px 1px black;
    align-items: center;
}

.header-container a {
    color: white;
}

.header-block {
    text-transform: uppercase;
    background-color: black;
    padding: 5px 10px;
    border-radius: 8px;
}

.header-top {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    text-align: right;
}

.header-top .dealer-phone {
    font-weight: 900;
    font-size: 34px;
    color: #ffcd00;
    display: block;
    text-align: right;
    text-shadow: 0 0 2px black, 0 0 5px black;
}

.header-block .dealer-address {
    display: block;
}

.header-top .fa-mobile {
    padding-right: 5px;
}

.header-social {
    display: flex;
    justify-content: flex-end;
}

.header-social a {
    font-size: 25px;
    margin-left: 11px;
}

.header-social img,
.footerSocial img {
    filter: invert(1);
    max-height: 28px;
    padding-bottom: 5px;
}

.header-btm .dealer-address {
    margin-right: 13px;
    position: relative;
}

.header-btm .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #636363;
    right: -5px;
    top: 2px;
}

.header-slogan {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: black;
    width: 100%;
    padding: 5px;
}

.header-slogan span {
    /* display: block; */
    font-weight: 900;
    /* font-size: 30px; */
    font-style: italic;
    position: relative;
    z-index: 4;
}

/*
.header-slogan span:before {
    content: '';
    width: 62%;
    height: 20px;
    background-color: #585858;
    position: absolute;
    bottom: 0;
    margin-left: -8px;
    z-index: -1;
}
*/






/* NAVIGATION */

#main-nav {
    background-color: #151515;
}

#main-nav .container {
    width: 100%;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    padding: 20px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fecd00;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.typeContainer {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
    width: 1470px;
    margin: 30px auto;
}

.typeContainer:before, 
.featuredInventory:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d92e584-6f6a-4e30-a321-3af630ce2265/background-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    z-index: -1;
    left: 0;
    top: 0;
}

.typeContainer a {
    flex: 0 0 16.5%;
    padding: 10px;
    text-align: center;
}

.typeContainer div {
    position: relative;
}

.typeContainer div:before {
    content: '';
    width: 100%;
    height: 125px;
    background-color: rgb(0 0 0 / 73%);
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

.typeContainer a:last-child div:before {
    bottom: -7px;
}

.typeContainer h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: white;
}

.typeContainer h4 {
    margin-top: 0;
    color: white;
    transition: .3s;
    font-size: 17px;
}

.typeContainer a:hover h4 {
    color: #fecd00;
}

.typeContainer img:nth-child(1) {
    padding: 10px;
    max-height: 160px;
    transition: .5s;
}

.typeContainer a:hover img:nth-child(1) {
    transform: scale(1.2);
}

.typeContainer img:nth-child(2) {
    min-height: 45px;
    object-fit: contain;
    max-width: 142px;
}

.oemTypeContainer {
    margin: auto;
    display: flex;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    justify-content: space-around;
    width: 1470px;
}

.oemTypeContainer:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d92e584-6f6a-4e30-a321-3af630ce2265/background-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    z-index: -1;
    left: 0;
    top: 0;
}

.oemTypeContainer a {
    padding: 15px;
    position: relative;
    flex: 0 0 19%;
}

.oemTypeContainer a:before {
    content: '';
    width: 89%;
    height: 175px;
    background-color: rgb(0 0 0 / 73%);
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: -1;
    border-radius: 10px;
    transform: translateX(-50%);
}

.oemTypeContainer h4 {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
}

.oemTypeContainer .btn-primary {
    width: max-content;
}

.oemTypeContainer .oemLogo {
    max-width: 150px;
    max-height: 26px;
}

.oemTypeWrapper > div > a > div > img:nth-child(1) {
    width: 95%;
}

.oemTypeWrapper > div:nth-child(4) > a:nth-child(4) > div > h4 {
    margin-top: 35px;
}

.siteSearch {
    width: 100%;
    display: flex;
    margin: 0 30px;
    border: 3px solid #fecd00;
    border-radius: 12px;
    box-shadow: 0 0 10px black;
}

.siteSearch .form-control {
    background-color: black;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 26px;
    margin: 0;
}

.siteSearch button {
    background-color: black;
    color: white;
    border: none;
    font-size: 24px;
    border-radius: 0 10px 10px 0;
    padding: 0 12px;
}

.homeAbout {
    background-color: rgb(0 0 0 / 70%);
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.homeAbout span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.homeAbout h1 {
    margin-top: 0;
    color: #fecd00;
    font-size: 50px;
    letter-spacing: 1px;
}

.homeAbout h4 {
    font-style: italic;
    color: #d8d8d8;
}

.homeAbout p {
    text-align: justify;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.btnContainer a, 
a.secBtns {
    flex: 0 0 24%;
    text-align: center;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(227,186,17,1) 0%,rgba(243,206,54,1) 50%,rgba(227,186,17,1) 100%);
    color: black;
    padding: 1%;
    border-radius: 10px;
    position: relative;
}

.btnContainer a:before, 
a.secBtns:before {
    content: '';
    position: absolute;
    border: #000000 solid 3px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 9px;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h3 {
    font-size: 2.3vw;
    line-height: 2.5vw;
    margin: 0;
}

a.secBtns h3 {
    margin: 0;
    font-size: 28px;
}

a.secBtns h3 span {
    display: block;
    font-size: 37px;
}

.btnContainer h3 span {
    display: block;
    font-size: 1.8vw;
}

.p-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d92e584-6f6a-4e30-a321-3af630ce2265/background-3.jpg);
    background-size: cover;
    margin-bottom: 25px;
    border-radius: 8px;
}

.p-header h1 {
    margin: 0;
    font-size: 50px;
    text-shadow: 1px 1px 1px black;
    padding: 10px;
    text-align: center;
}

.jumbotron {
    background-color: transparent;
    color: #ffffff!important;
}

#creditAppForm section {
    background: #000000!important;
    border-radius: 10px;
    border: 3px solid #fecd00;
}

.department .title {
    border: 3px solid #fecd00;
    border-radius: 10px;
}

.department-container .department {
    padding: 5px;
    background: transparent;
}

.department .employee {
    background: #161616;
    border-radius: 8px;
    color: white;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 106%;
    min-height: 150px;
    /* margin-top: 25px; */
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.breadcrumb {
    background-color: #161616;
}

img.aboutPic {
    float: right;
    width: 34%;
    padding: 15px;
}

.topContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creditWrapper {
    min-height: 5000px;
}






/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 10px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
}

.single-item-slider .slider-outer {
    height: 270px;
}

.single-item-slider .slider-inner .item {
    width: 205px;
    border-radius: 11px;
}

.single-item-slider .img-container {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid;
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}

.featuredInventory h2, 
.latestReviews h2 {
    text-align: center;
    color: white;
    text-shadow: 0 0 1px black, 2px 2px 2px black;
    position: relative;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 0 2%;
    text-transform: uppercase;
    font-weight: 900;
    bottom: 3px;
}

.single-item-slider .item .item-inner {
    border-radius: 8px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 242px;
}







/* INVENTORY */

#specifications-accordions_0 .collapse {
    display: block!important;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: 0;
    left: 0;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: white;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #fecd00;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 21px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    /* background-color: #fecd00; */
    /* margin: auto; */
    padding: 5px 0px;
    /* position: absolute; */
    /* bottom: 3px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* white-space: nowrap; */
    /* border: 3px solid #000000; */
    color: black;
    font-weight: 900;
    /* border-radius: 8px; */
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 59px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    height: 197px;
}

.inventory-container .vehicle .thumb {
    background-color: #000;
    line-height: 188px;
}

.inventory-container .price-compare-line {
    border-bottom: none;
    padding: 5px;
}







/* FORMS */

.btn-primary {
    background-color: #fecd00;
    border-color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(227,186,17,1) 0%,rgba(243,206,54,1) 50%,rgba(227,186,17,1) 100%);
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    margin: 10px auto;
    display: block;
    transition: .3s;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #000000 solid 3px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 9px;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #000;
    background-color: #fecd00;
    border-color: #000000;
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(227,186,17,1) 0%,rgba(243,206,54,1) 50%,rgba(227,186,17,1) 100%);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    color: white;
    border: 3px solid #fecd00;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 3px;
    font-weight: 900;
    color: #ffffff;
}

.customForm .form-header-text {
    font-size: 25px;
}

.form-control {
    border-radius: 8px;
    font-size: 14px!important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    transition: .3s;
    background-color: #151515;
    color: white;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #000000;
    color: white;
    border: 3px solid #ffcd01;
    border-radius: 8px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 80px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: white;
    background-color: #151515;
}

.customForm textarea {
    width: 100%;
}





/* FOOTER */
.footerSocial img {
    max-height: 21px;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

footer.body .copyright .wrapper {
    padding: 40px 0 15px;
}

.footer-background {
    background-color: black;
    position: relative;
}

.footer-background:before {
    content: '';
    width: 100%;
    height: 10px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/9d92e584-6f6a-4e30-a321-3af630ce2265/background-3.jpg);
    position: absolute;
    background-size: cover;
}

.footer-container {
    padding: 15px;
    width: 1180px;
    margin: auto;
    display: flex;
    flex-flow: column;
}

.footer-top {
    text-transform: uppercase;
    margin-top: 40px;
}

.footer-links {
    display: flex;
    justify-content: space-around;
}

.footer-links a {
    font-weight: 900;
    background: linear-gradient(135deg, rgba(227,186,17,1) 0%,rgba(243,206,54,1) 50%,rgba(227,186,17,1) 100%);
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
}

.footer-links a:before {
    content: '';
    position: absolute;
    border: #000000 solid 3px;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 9px;
}

.footer-links a:hover {
    transform: scale(1.1);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    color: white;
    align-items: center;
}

.footer-bottom a {
    color: white;
}

.footer-bottom a:hover {
    color: #fecd00;
}

.footerLogo img {
    max-width: 115px;
}

.footer-b-l .phone-text {
    display: block;
    font-weight: 700;
}

.footerLabel {
    text-transform: uppercase;
    font-weight: 900;
}

.footerSocial {
    display: flex;
}

.footerSocial a {
    margin-right: 14px;
}






@media (max-width: 1499px) {
.typeContainer,
.oemTypeContainer {
    width: 1170px;
}

.typeContainer h4 span {
    display: block;
}

.typeContainer h3 {
    font-size: 20px;
}
}




@media (max-width: 1199px) {
.typeContainer h3 {
    font-size: 18px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 318px;
}

.footer-container,
.typeContainer {
    width: 970px;
}

.mapWrapper {
    padding-bottom: 130%;
}

.inventory-container .vehicle .price {
    font-size: 17px;
    padding: 2px 7px;
}

a.secBtns h3 {
    font-size: 25px;
}

a.secBtns h3 span {
    font-size: 21px;
}

.typeContainer h3 {
    font-size: 17px;
}

.oemTypeContainer {
    width: 940px;
}

.oemTypeContainer a {
    flex: 0 0 20%;
}

.oemTypeContainer .oemLogo {
    max-width: 120px;
    max-height: 14px;
}

.oemTypeContainer h4 {
    font-size: 12px;
}

.oemTypeContainer .btn-primary {
    padding: 8px 12px;
    font-size: 12px;
}
}





@media (max-width: 991px) {
.typeContainer div:before {
    height: 160px;
}

.typeContainer img:nth-child(2) {
    min-height: 45px;
    max-width: 125px;
}

.typeContainer h3 {
    font-size: 22px;
    margin-bottom: 3px;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer a {
    flex: 0 0 32%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 225px;
}

.footer-container,
.typeContainer {
    width: 748px;
}

.oemTypeContainer {
    width: 740px;
    flex-wrap: wrap;
}

.btnContainer h3 {
    font-size: 2.4vw;
}

.btnContainer h3 span {
    font-size: 1.8vw;
}

a.secBtns h3 {
    font-size: 20px;
}

a.secBtns h3 span {
    font-size: 16px;
}

.form-header-text {
    font-size: 20px;
}

.p-header h1 {
    font-size: 7vw;
}

.mapWrapper {
    padding-bottom: 45%;
    margin-top: 25px;
}

.siteSearch-M button:before {
    display: none;
}

.header-logo img {
    max-width: 156px;
}
}




@media (max-width: 767px) {
.btnContainer {
    flex-flow: column;
    padding: 0 15px;
    margin-top: 0;
}

.oemTypeContainer {
    width: 96%;
}

.secBtnSection .widget-inner {
    margin-top: 0!important;
}

.siteSearch {
    width: 100%;
    order: 1;
    margin: 10px auto;
}

.topContainer {
    flex-flow: column;
}

.btnContainer a, 
a.secBtns {
    padding: 4%;
    margin: 10px 0;
}

a.secBtns {
    order: 2;
    width: 100%;
    margin: 10px;
}

.btnContainer h3, 
a.secBtns h3 span {
    font-size: 6vw;
    line-height: 6vw;
}

.btnContainer h3 span, 
a.secBtns h3 {
    font-size: 7vw;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.single-item-slider .slider-outer {
    height: 260px;
}

.aboutSection {
    padding: 20px 0;
}

.footer-container,
.typeContainer {
    width: 100%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 215px;
}

.footer-top {
    order: 2;
    margin-top: 0;
}

.footer-bottom {
    flex-flow: column;
    text-align: center;
    order: 1;
    margin-top: 15px;
}

.footer-bottom > div {
    margin-bottom: 35px;
}

.footer-links {
    flex-flow: column;
    text-align: center;
}

.footer-links a {
    width: 75%;
    margin: 10px auto;
}

.typeContainer:before, .featuredInventory:before {
    z-index: 0;
}

.typeContainer div {
    position: relative;
    z-index: 3;
}

.typeContainer a {
    flex: 0 0 50%;
}

.header-logo img {
    max-width: 120px;
}

.header-top .dealer-phone {
    font-size: 23px;
}

.header-block > div > a:nth-child(2) {
    font-size: 14px;
}

.footerSocial a {
    margin: 14px;
}

.p-header {
    margin-bottom: 0;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.mapandhourstbl {
    margin: auto;
}

.mapWrapper {
    padding-bottom: 70%;
    margin-top: 0;
}

img.aboutPic {
    float: none;
    width: 100%;
    padding: 6px;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 23px;
}

.inventory-container .vehicle .thumb {
    height: 239px;
}

.inventory-image {
    max-height: 240px;
}

.topContainer {
    flex-flow: column;
}

.oemTypeContainer:before,
.oemTypeContainer a:before {
    z-index: 0;
}

.oemTypeWrapper > div > a > div {
    position: relative;
}

.oemTypeContainer a {
    flex: 0 0 50%;
}

.oemTypeContainer h4 {
    font-size: 3.2vw;
}

.oemTypeContainer .btn-primary {
    font-size: 3vw;
}
}







