body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #cccccc url(https://psmfirestorm.blob.core.windows.net/08335876-ea4d-4a29-9f8d-1ef5f47e48f9/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/08335876-ea4d-4a29-9f8d-1ef5f47e48f9/background.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.container {
    width: 1470px;
}

#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #002f86;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ea010c;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton';
    font-weight: 100;
    letter-spacing: .01em;
}

.topSection {
    padding: 30px 0 60px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/08335876-ea4d-4a29-9f8d-1ef5f47e48f9/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -25px!important;
    background-position: center bottom;
}

.typeSection {
    background-color: white;
    position: relative;
    margin-top: 0px!important;
}

.typeSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/cc42befc-b3ef-4558-8a58-86f9479ddf69/swoosh.png);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -99px;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/20423706-2f3e-499a-85ed-0ddee050bf3c/about-back-2.jpg);
    margin-top: 0!important;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/cc42befc-b3ef-4558-8a58-86f9479ddf69/swoosh.png);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -1px;
    transform: rotateX(180deg) rotateY(180deg);
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.mapSection {
    margin-top: 0!important;
}







/* HEADER */

header.body {
    background-color: white;
    border-bottom: 4px solid black;
    box-shadow: 0 0 10px black;
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    align-items: flex-start;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #002f86;
}

.headerRight {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 80%;
    align-items: center;
}

.headerRight > div {
    margin: 0 22px;
    position: relative;
}

.headerRight .dealer-phone {
    font-weight: 700;
    font-size: 39px;
}

.headerRight div:nth-child(2) a {
    display: flex;
    line-height: 17px;
}

.headerRight .fa-map-marker {
    font-size: 35px;
    padding-right: 10px;
}

.headerRight .dealer-address {
    display: block;
}

.headerRight div:nth-child(3) a {
    /* font-size: 30px; */
    font-weight: 700;
}

.social {
    display: flex;
    justify-content: space-around;
}


.headerLogo {
    position: relative;
}

.headerLogo:after {
    content: '';
    width: 99px;
    height: 24%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/ff77cb8f-f2bc-44cb-b489-56d6c94e52ba/fish.jpg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    top: 10px;
}






/* NAVIGATION */

#main-nav {
    margin-top: -60px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(222 222 222) 100%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    font-family: 'Anton', sans-serif;
    font-size: 19px;
    letter-spacing: .02em;
    padding: 20px 13px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}





/* CONTENT */

.btnContainter {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.btnContainter a {
    background-color: rgb(255 255 255 / 0%);
    margin: 10px 0;
    padding: 32px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
    border: 3px solid black;
    flex: 0 0 32%;
}

.btnContainter a:hover {
    background-color: white;
    transform: scale(1.03);
}

.btnContainter h3 {
    color: white;
    margin: 0;
    font-size: 44px;
    line-height: 40px;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
    transition: .3s;
}

.btnContainter a:hover h3 {
    color: black;
    text-shadow: none;
}

.siteSearch {
    display: flex;
    max-width: 500px;
    margin: 0px auto;
    font-weight: 700;
    box-shadow: 0 0 10px black;
    border: 3px solid black;
    border-radius: 10px;
    width: 100%;
}

.siteSearch .form-control {
    border-radius: 10px 0 0 10px;
    padding: 25px 15px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: white;
}

.siteSearch button {
    border-radius: 0 10px 10px 0;
    border: none;
    background-color: transparent;
    font-size: 30px;
    padding: 0 14px;
    color: white;
}

.siteSearch .form-control::-moz-placeholder {
    color: #fff;
}
.siteSearch .form-control:-ms-input-placeholder {
    color: #fff;
}
.siteSearch .form-control::-webkit-input-placeholder {
    color: #fff;
}

.type-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-end;
}

@media (min-width: 768px) {
.type-wrapper a {
    flex: 0 0 20%;
}
}

.type-wrapper img {
    transition: .3s;
    max-height: 175px;
}

.type-wrapper a:hover img {
    transform: translateY(-15px);
}

.type-block h3 {
    margin-top: 0;
    font-size: 30px;
}

.homeAbout {
    text-align: justify;
    color: white;
}

.homeAbout h1 {
    text-align: center;
    font-size: 45px;
    margin-top: 5px;
    text-shadow: 1px 1px 1px black;
}

.homeAbout span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 50px;
    position: relative;
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 10px;
    flex: 0 0 12%;
    text-align: center;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.oemContainer img {
    max-height: 80px;
}

.p-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background-color: white;
    padding: 15px 0 50px;
    border-bottom: 4px solid #002f86;
    box-shadow: 0 0 10px rgb(0 0 0 / 47%);
}

.p-header h1 {
    font-size: 75px;
    margin: 0;
}

.p-header:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ba361807-833c-4f8e-80c7-e0a8bb58d4e6/divider.jpg);
    background-size: contain;
    width: 68%;
    height: 31px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    bottom: 12px;
    filter: opacity(0.3);
}

img.aboutPic {
    float: right;
    padding: 0 0 15px 15px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 84%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.secOEMContainter {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.secOEMContainter div {
    flex: 0 0 16%;
    padding: 10px;
    text-align: center;
}

.secOEMContainter img {
    max-height: 103px;
}

.homeMap {
    position: relative;
    padding-bottom: 22%;
}

.homeMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-filters,
.blog-posts .post, 
#blog-page .post {
    background: rgb(255 255 255 / 85%);
}

.homeVideo .videoWrapper {
    margin-top: 100px;
}







/* FEATURED INVENTORY */

.slider-container {
    width: 1070px;
    margin: auto;
}

.single-item-slider .slider-inner .item {
    width: 248px;
    padding: 10px;
}

.single-item-slider .slider-outer {
    height: 345px;
}

.single-item-slider .img-container {
    height: 180px;
}

.single-item-slider .item-detail .price {
    color: red;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    bottom: 0;
}

.single-item-slider .item .item-inner {
    padding-bottom: 10%;
}

.single-item-slider .item-detail .name {
    color: black;
}

.single-item-slider .item {
    border: none;
    margin: 0 7px;
}

.single-item-slider .slider-inner {
    padding: 10px 0;
}

.slider-container a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 63%);
}

.featuredInventory {
    margin-top: 100px;
    position: relative;
}

.featuredInventory:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ba361807-833c-4f8e-80c7-e0a8bb58d4e6/divider.jpg);
    background-size: contain;
    width: 955px;
    height: 31px;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    top: -70px;
    filter: opacity(0.2);
    transform: translateX(-50%);
}

.featuredInventory h2 {
    text-align: center;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-size: 25px;
    padding: 3px 8px;
    color: #ea0107;
    background-color: #ffffff;
    text-transform: uppercase;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 46px;
}


.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#vdp-container .images-container {
    max-width: unset;
}







/* FORMS */

.btn-primary {
    font-weight: 900;
    text-shadow: 1px 1px 1px black;
    margin: 10px;
    transition: .3s;
    background-color: #002f86;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid #012f86;
    box-shadow: 1px 1px 1px black;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: 10px auto;
    font-size: 20px;
}

.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, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus {
    color: #012f86;
    background-color: #ffffff;
    border-color: #012f86;
    transform: scale(1.1);
    text-shadow: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.form-header-text {
    text-align: center;
    font-size: 28px;
    margin-bottom: 4px;
    color: #ea0109;
    font-family: 'Anton', sans-serif;
}

.customForm .form-header-text {
    font-size: 25px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
    background-color: #ececec;
}

.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: #ffffff;
    color: black;
}

.locationBox {
    margin-top: 25px;
}

.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: black;
    background-color: #efefef;
}

.customForm textarea {
    width: 100%;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #002f86;
}

footer.body .copyright .wrapper {
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: flex-start;
    background-size: cover;
    color: black;
    line-height: 30px;
    background-color: white;
}

.footer-container a {
    color: black;
}

.footer-container a:hover {
    color: #e22b2a;
    text-decoration: none;
}

.footer-block {
    flex: 0 0 24%;
    padding: 2% 1%;
}

.footer-block:first-child {
    background-color: #efefef;
    flex: 0 0 28%;
    padding-left: 6%;
    padding-right: 6%;
}

.footer-block:first-child a:hover {
    color: black;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 100;
    letter-spacing: 1px;
}

.footer-block ul {
    list-style: none;
    padding: 0;
}

.footer-block li:before {
    padding-right: 5px;
    content: '\2192';
    filter: opacity(0);
    transition: .3s;
}

.footer-block li:hover:before {
    filter: opacity(1);
    padding-right: 10px;
}

.footer-block h3 {
    color: #002f86;
}

.footer-hours td:first-child {
    padding-right: 15px;
}

a.footer-map-btn {
    background-color: #002f86;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid #012f86;
    box-shadow: 1px 1px 1px black;
}

.footer-map-btn:hover {
    background-color: white;
}

.footer-block .social {
    justify-content: flex-start;
}


.social a {
    font-size: 20px;
    margin: 8px;
    width: 33px;
    height: 33px;
    background-color: #ea0107;
    text-align: center;
    padding: 2px;
    color: white;
    border-radius: 8px;
    box-shadow: 1px 1px 1px black;
}

.social a:hover {
    color: white;
    transform: scale(1.1);
}

.social img {
    max-width: 17px;
    margin-bottom: 2px;
}




/* BREAKPOINTS */


@media (max-width: 1499px) {
.container,
.headerContainer {
    width: 1180px;
}

.navbar-nav>li>a {
    font-size: 17px;
    padding: 20px 7px;
}

.headerRight > div {
    margin: 0 10px;
}

.headerLogo:after {
    width: 82px;
    height: 19%;
    margin-left: 8px;
    top: 10px;
}

.social a {
    margin: 5px;
}

.headerRight {
    flex: 0 0 84%;
}

.mapWrapper {
    padding-bottom: 107%;
}

.aboutSection {
    padding: 50px 0;
}

.btnContainter h3 {
    font-size: 37px;
}
}




@media (max-width: 1199px) {
.container, 
.headerContainer {
    width: 970px;
}

.headerRight {
    flex-wrap: wrap;
    flex: 0 0 79%;
}

.headerRight > div {
    margin: 0 17px;
}

#main-nav {
    margin-top: 0;
}

.headerContainer {
    padding: 15px 15px 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: none;
}

.btnContainter h3 {
    font-size: 39px;
}

.footer-block {
    flex: 0 0 23%;
}

.footer-block:first-child {
    flex: 0 0 25%;
    padding-left: 3%;
    padding-right: 3%;
}

.footer-container div:nth-child(3) {
    flex: 0 0 28%;
}

.p-header h1 {
    font-size: 60px;
}

.mapWrapper {
    padding-bottom: 133%;
}

.type-block h3 {
    font-size: 24px;
}

.slider-container {
    width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 275px;
}

.homeVideo .videoWrapper {
    margin-top: 150px;
}

.btnContainter h3 {
    font-size: 30px;
}
}




@media (max-width: 991px) {
.container, 
.headerContainer {
    width: 740px;
}

#main-nav .nav>li>a {
    padding: 15px 8px;
}

.footer-container {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.type-block h3 {
    font-size: 18px;
}

.homeAbout,
.footer-block {
    width: 100%;
}

.footer-hours {
    margin: auto;
}

.footer-block .social {
    justify-content: center;
}

.headerRight > div {
    margin: 0 10px;
}

.headerRight {
    flex: 0 0 75%;
}

.p-header h1 {
    font-size: 45px;
}

.p-header:after {
    height: 22px;
}

img.aboutPic {
    width: 50%;
}

.mapWrapper {
    padding-bottom: 45%;
    margin-top: 25px;
}

.single-item-slider .slider-inner .item {
    width: 308px;
}

.btnContainter h3 {
    font-size: 22px;
}
}





@media (max-width: 767px) {
.container, 
.headerContainer {
    width: 100%;
}

.headerRight .social,
.dealer-phone .phone-text,
.headerRight > div:nth-child(2) > a > div:nth-child(2),
.headerRight > div:nth-child(3) > a > span:nth-child(2) {
    display: none;
}

.headerRight div:nth-child(3) a {
    font-size: 30px;
}

.homeVideo .videoWrapper {
    margin-top: 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav {
    float: left;
    display: block;
}

.siteSearch {
    margin: 30px auto;
}

.typeSection:before {
    height: 30px;
    top: -29px;
}

.aboutSection:before {
    height: 30px;
}

.oemContainer {
    flex-wrap: wrap;
    margin: 25px auto;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 30%;
}

.oemContainer img {
    max-height: 60px;
}

.type-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
}

.type-block {
    flex: 0 0 50%;
}

.homeMap {
    padding-bottom: 50%;
    margin-top: -30px!important;
}

.headerRight {
    flex: 0 0 60%;
}

.headerRight > div {
    margin: 0 5px;
}

.p-header h1 {
    font-size: 9vw;
}

.p-header {
    padding: 15px 0 25px;
    margin-bottom: 0;
}

.p-header:after {
    width: 87%;
    bottom: 0;
}

.secOEMContainter {
    margin-top: 0;
}

.secOEMContainter div {
    flex: 1 0 25%;
    padding: 7px;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

img.aboutPic {
    width: 100%;
    float: none;
    padding: 10px;
}

.mapWrapper {
    padding-bottom: 75%;
    margin-top: 0;
}

.topSection {
    margin-top: 0!important;
}

.footer-container {
    padding-top: 25px;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav {
    margin-top: -25px;
}

#showroom .row.is-flex.item-boxes {
    flex-flow: column;
}

.single-item-slider .slider-inner .item {
    width: 214px;
    padding: 0;
}

.single-item-slider .item {
    margin: 0;
}

.btnContainter {
    flex-flow: column;
}

.btnContainter a {
    width: 100%;
}

.btnContainter h3 {
    font-size: 8vw;
}
}





/* CLUB CAR */

.clubCarWrapper {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: black;
}

.clubCarContainer {
    padding: 15px;
}

.clubCarContainer img {
    margin: 0 auto 15px;
    display: block;
    object-fit: contain;
}

.clubCarContainer div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.clubCarContainer div:nth-child(2) div:nth-child(1) {
    flex: 0 0 55%;
}

.clubCarContainer .btn-primary {
    background-color: #93754f;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    border: 2px solid #93754f;
    background-image: none;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    transition: .3s;
}

.clubCarWrapper h2 {
    font-size: 45px;
    margin: 65px 0 40px;
}

.clubCarWrapper h3 {
    margin: 25px 0;
    font-size: 28px;
}

.clubCarWrapper h2,
.clubCarWrapper h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.clubCarContainer div:nth-child(n+3) {
    text-align: center;
}

.clubCarModels {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.clubCarModels div {
    flex: 0 0 30%;
}

.clubCarContainer hr {
    border: 2px solid #93754e;
    width: 75%;
    margin: 50px auto;
}

.clucCarVideo {
    position: relative;
    padding-bottom: 42%;
    width: 75%;
    margin: 0 auto 25px;
}

.clucCarVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clubCarContainer div:nth-child(2) .btn-primary {
    margin: 0;
}


@media (max-width: 767px) {
.clubCarContainer div:nth-child(2) {
    flex-flow: column;
}

.clubCarModels div {
    flex: 0 0 45%;
}

.clucCarVideo {
    width: 100%;
    padding-bottom: 56%;
}
}






