@font-face { font-family: 'Ford Antenna Thin'; src: local('Ford Antenna Thin'), url('//automotivecdn.com/research-pages/fonts/FordAntenna-Thin.woff') format('woff'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Ford Antenna ExtraLight'; src: local('Ford Antenna ExtraLight'), url('//automotivecdn.com/research-pages/fonts/FordAntenna-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Ford Antenna Light'; src: local('Ford Antenna Light'), url('//automotivecdn.com/research-pages/fonts/FordAntenna-Light.woff') format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Ford Antenna Medium'; src: local('Ford Antenna Medium'), url('//automotivecdn.com/research-pages/fonts/FordAntenna-Medium.woff') format('woff'); font-weight: 500; font-style: normal; }.modalwrap img { float: left; margin-right: 15px; max-width: 370px; } .modalwrap h4 { padding-bottom: 10px; } .modalwrap p { line-height: 150%; } .modalfeature { display: block; padding: 10px; clear: both; } a.featurelink { display: none; }/* Ford Site Colors Blue: #0678bc Gray: #616161 dark blue: #102b4e dark gray: #333333, #242424 black: #000 ADD YOUR CUSTOM CSS BELOW */ /* ** */ .available-models { display: grid; justify-content: center; background: #f5f5f5; } .available-models .btn-good3 { width: 100%; margin-bottom: 11px; } .available-models .bx-viewport { height: auto !important; min-height: 370px !important; background: #f5f5f5; overflow: visible !important; } .available-models .bxslider2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; /* Adjust gap as needed */ padding: 0; margin: 0; list-style: none; width: auto !important; } .available-models .bxslider2 li { border-radius: 20px; padding: 15px; background: #ffffff; } .available-models .bx-controls { display: none; } #homepage-panel-fader .carousel-inner img { max-height: none; } /* Responsive adjustments */ @media (max-width: 1300px) { .available-models .bxslider2 { grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */ } } @media (max-width: 992px) { .available-models .bxslider2 { grid-template-columns: repeat(1, 1fr); /* 2 columns on tablets */ } } @media (max-width: 600px) { .available-models .bxslider2 { grid-template-columns: 1fr; /* 1 column on smaller screens */ gap: 20px; /* Reduce gap for smaller screens */ } .available-models .bxslider2 li { padding: 10px; /* Adjust padding for mobile */ } } /* /END Inventory Models*/ /* Hide Home Images on Mobile */ @media screen and (max-width: 768px) { /* CSS styles for tablets and mobile devices go here */ .panel-group .panel .panel-body .carlist a img { display: none; } }
