﻿/*===================== 
	Color information
	
	Gold- #d8a137
	dk gold #7E5B18
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/
/**Correct `block` display not defined in IE 8/9.**/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
/*===================== 
	@Font-Face 
=======================*/
/*===================== 
	base styles 
=======================*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Big Shoulders Text', cursive;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
svg:not(:root) {
  overflow: hidden; /*reset*/
}
.clear {
  clear: both;
}
img {
  border: 0;
}
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {}
h4 {}
h5 {}
h6 {}
p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.bold {
  font-weight: bold;
}
.font-gold {
  color: #d8a137;
}
/*
.font-center {
  text-align: center;
}
*/
.font-right {
  text-align: right;
}
/*===================== 
	link styles 
=======================*/
a:focus {
  outline: thin dotted; /*reset*/
}
a, a:link, a:visited, a:active {
  outline: 0; /*reset*/
  color: #aaa;
  text-decoration: none;
}
a:hover {
  outline: 0; /*reset*/
  text-decoration: none;
  color: #ccc;
}
/*===================== 
	header styles 
=======================*/
.header-wrap {
  width: 100%;
  /*	margin-top: 60px;*/
  position: relative;
}
.wrap-cat {
  background: #d8a137;
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.wrap-cat .container-1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  top: -111px;
  /*	width: 80%;*/
  margin: 0 auto;
  z-index: 5;
}
.wrap-cat .container-1 a {
  width: 33.33%;
}
.wrap-grey-bottom {
  width: 100%;
  height: auto;
  padding-top: 30px;
  position: relative;
}
header {
  margin: 0 auto;
}
.header-flex {
  padding: 7% 7% 2% 7%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-flex2 {
  padding: 1% 7% 1% 7%;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 30%;
}
.header-logo p {
  text-align: center;
  font-size: 32px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'Big Shoulders Text', cursive;
  color: #A67A2D !important;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-info {
  font-family: 'Big Shoulders Text', cursive;
  color: #000;
  padding: 0 20px 10px 0;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-info-mobile {
  font-family: 'Big Shoulders Text', cursive;
  color: #000;
  padding-top: 20px;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 70%;
}
.header-info-mobile a {
  color: #000;
  background: #d8a137;
  padding: 5px 10px;
  font-size: 24px;
}
.header-info-mobile a:hover {
  color: #fff !important;
}
.divider {
  display: block;
}
.main-overlay {
  position: absolute;
  bottom: 4px;
  display: block;
  z-index: 1;
}
.main-overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-image {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000;
}
.hero-subtitle {
  letter-spacing: 2px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-head {
  background: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 21px;
  box-sizing: border-box;
}
.top-head ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 15px;
}
.top-head ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.top-head ul li a {
  color: #fff;
  transition: .2s ease-in;
}
.top-head ul li a:hover, .top-head ul li a:hover .mobile-ico {
  color: #d8a137;
}
.top-head ul li .mobile-ico {
  color: #d8a137;
  font-weight: 600;
}
.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}
.hero-overlay .container-1 {
  text-align: center;
/*    max-width: 1300px;*/
	width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.hero-overlay h1 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.hero-overlay h1 span {
  font-size: 42px;
  font-weight: 400;
}
/*===================== 
	footer styles 
=======================*/
footer {
  margin: 0;
  width: 100%;
  background: #d8a137;
}
footer .foot-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.foot-nav-1 {
  width: 50%;
  margin: 0 auto;
  max-width: 845px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 0;
}
.foot-right {
  clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 60px 100%, 0% 100%, 0% 50px);
  background: #FFF;
  padding: 47px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 0;
  position: absolute;
  top: -71px;
  right: 20px;
  z-index: 2;
  box-sizing: border-box;
}
.foot-right img {
  width: 100%;
  max-width: 235px;
  display: block;
  height: auto;
  margin: 0 auto;
}
.foot-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.foot-right ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.foot-right ul li a {
  font-size: 28px;
  color: #fff;
  transition: .2s ease-in;
}
.foot-right ul li a:hover {
  color: #000;
}
/*===================== 
	nav styles 
=======================*/
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
nav.primary ul {
  margin: 0 auto;
  padding: 0;
}
nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
}
nav.primary ul li a {
  font-family: 'Big Shoulders Text', cursive;
  color: #333;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-weight: 700;
}
nav.primary ul li a:hover {
  background: #d8a137;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  color: #fff;
  background: #181818;
  display: block;
  text-align: center;
  border-right: none;
  border-left: none;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 100;
}
nav.primary ul ul li {
  float: none;
  width: 160px;
  position: relative;
  margin: 0;
}
/*===================== 
	content styles 
=======================*/
.about-wrap-home {
  margin: 0;
  padding: 80px 0;
}
.about-con-home h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.about-con-home {
  margin: 0 auto;
  width: 99%;
  box-sizing: border-box;
}
.inventory-button {
  height: auto;
  padding: 30px 75px;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 10px 10px;
  margin: auto 0;
  width: 100%;
}
.crusher-rental-button {
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 10px 10px;
  margin: auto 0;
  width: 50%;
}
.crusher-rental-button:hover {
  background: #ffffff;
  color: #d8a137;
}
.inventory-button:hover {
  background: #FFF;
  color: #000000;
}
.inventory-button-flex {
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.contact-wrap-home {
  margin: 0;
  padding: 50px 0;
  background: #d8a137;
}
.contact-con-home {
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.contact-col {
  width: 50%;
  box-sizing: border-box;
  margin: auto;
}
.contact-con-home ul {
  padding: 10px 10px 0 0;
  margin: 0;
  list-style: none;
}
.contact-con-home ul li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.contact-con-home ul li ul {
  padding: 0 0 0 5px;
}
.about-button {
  width: 80%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 10px auto;
}
.about-button:hover {
  background: #ffffff;
  color: #d8a137;
}
.location-wrap-home {
  margin: 0;
  padding: 50px 0;
  background: #000000;
}
.location-info-row-home {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}
.location-info-col-home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #d8a137;
  text-align: center;
}
.location-info-col-home i {
  padding: 0 0 10px 0;
  font-size: 20px;
}
.location-info-col-home a {
  color: #d8a137;
}
.location-info-col-home a:hover {
  text-decoration: underline;
}
.banner {
  font-size: 56px;
}
/*===================== 
	Form styles 
=======================*/
.form-container {
  max-width: 80%;
  margin: 0 auto;
}
.form-info label {
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.form-info input {
  width: 100%;
  display: block;
  padding: 10px 0 10px 5px;
  font-size: 18px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
}
.form-info textarea {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 18px;
  min-height: 250px;
  box-sizing: border-box;
}
.form-info .button {
  color: #ffffff;
  background-color: #000000;
  display: block;
  padding: 5px;
  width: 50%;
  margin: 10px auto;
  border: 0;
  font-family: 'Big Shoulders Text', cursive;
  font-size: 20px;
}
.form-info .button:hover {
  color: #d8a137;
  background-color: #FFFFFF;
}
.CaptchaWhatsThisPanel a {
  color: #003366;
}
.CaptchaWhatsThisPanel a:hover {
  text-decoration: underline;
}
.thankyou-container {
  max-width: 80%;
  padding: 50px 0;
  margin: 0 auto;
}
/*===================== 
	slideshow styles 
=======================*/
.swiper {
  height: auto;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: calc(40vw + 6vh);
  object-fit: cover;
}
.swiper-container {
  position: relative;
  z-index: 10px;
}
.swiper-button-prev, .swiper-button-next {
  color: #D8A237 !important;
  top: 86% !important
}
.swiper-button-next {
  margin-right: 0%;
}
.swiper-button-prev {
  margin-left: 0% !important;
}
/*===================== 
	banner styles 
=======================*/
/*===================== 
	layout styles 
=======================*/
.wrap {
  width: 100%;
  margin: 0;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.col-1-6 {
  width: 16%;
  box-sizing: border-box;
}
.col-1-5 {
  width: 20%;
  box-sizing: border-box;
}
.col-1-4 {
  width: 24%;
  box-sizing: border-box;
}
.col-1-3 {
  width: 33%;
  box-sizing: border-box;
}
.col-1-2 {
  width: 50%;
  box-sizing: border-box;
}
.col-2-3 {
  width: 65%;
  box-sizing: border-box;
}
.col-3-4 {
  width: 75%;
  box-sizing: border-box;
}
/*===================== 
	footer styles 
=======================*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
  text-decoration: none;
  font-size: 13px;
  color: #222;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
.footertext {
  font-size: 13px;
  color: #666;
}
.smallfootertext {
  font-size: 10px;
  color: #666;
}
.divfooter {
  margin: 15px 0;
  text-align: center;
}
.crusher-wrap {
  display: flex;
  justify-content: space-around;
  justify-self: center;
  width: 90%;
  margin-top: 60px;
}
.crusher-page-wrap {
  display: flex;
  justify-content: space-around;
  justify-self: center;
  width: 90%;
}
.crusher-wrap-wrap {
  display: flex;
  flex-direction: column;
}
.banner-half {
  width: 100%;
  align-content: center;
  margin-top: 152px;
}
.crusher-half {
  width: 100%;
  margin-top: 20px;
}
.crusher-half video {
  width: 100%;
  max-height: calc(33vw + 25vh);
  border-radius: 25px;
}
.crusher-half img {
  width: 100%;
  justify-content: flex-end;
}
.crusher-header-half {
  padding-top: 30px;
  text-align: center;
/*  margin-top: 50px;*/
  display: flex;
  justify-content: space-between;
  gap: 120px;
	width: 97%;
	margin: 0 auto;
}
.crusher-button {
  width: 100%;
  padding: 10px 0px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.crusher-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
}
.crusher-div {
  padding: 10px;
}
.crusher-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1550px) {
  .header-logo p {
    font-size: 2vw;
  }
  .foot-nav-1 {
    flex-direction: column;
    width: 79%;
    text-align: center;
  }
  .foot-right {
    height: auto;
    z-index: 2;
    width: 100%;
    right: 0px;
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 60px 100%, 0% 100%, 0% 50px);
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 1460px) {
  nav.primary ul li a {
    padding: 0 15px;
    font-size: 16px;
  }
  .crusher-header-half {
    gap: 22px;
  }
  .header-info {
    padding: 0 15px 10px 0;
  }
  .header-logo {
    width: 25%;
  }
  .header-logo p {
    font-size: 1.6vw;
    padding: 5px 0 0 0;
  }
  .hero-image {
    margin-bottom: -2.5%;
  }
}
@media screen and (max-width: 1270px) {
  .header-logo {
    width: 22%;
  }
}
@media screen and (max-width: 1225px) {
  nav.primary ul li a {
    padding: 0 10px;
  }
  .header-info {
    padding: 0 10px 10px 0;
  }
  .crusher-header-half {
    flex-direction: column;
    padding: 0px 0px;
    display: block;
	width: 100%;
  }
  .wrap-cat .container-1 {
    display: block;
    top: -72px;
  }
  .banner-half {
    margin-top: 104px;
  }
  .crusher-wrap {
    margin-top: 307px;
  }
}
@media screen and (max-width: 1130px) {
  .header-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 1130px) {
  .header-logo {
    width: 20%;
  }
  nav.primary ul li a {
    font-size: 13px;
  }
  .inventory-button {
    margin: 0px 0px;
  }
  .about-con-home h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 970px) {
  nav.primary ul li a {
    padding: 0 5px;
  }
  .header-logo {
    width: 20%;
  }
  .header-info {
    padding: 0 5px 5px 0;
  }
  .inventory-button {
    width: 100%;
    display: block;
  }
  .banner {
    font-size: 35px;
  }
  .top-head ul {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .about-con-home h1 {
    font-size: 43px;
	  text-align: center;
  }
  .hero-subtitle {
    font-size: 15px
  }
  .hero-image {
    margin-bottom: -3%;
  }
  .crusher-wrap {
    margin-top: 299px;
  }
  .crusher-page-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  .header-logo img {
    margin: auto;
  }
  .header-logo p {
    font-size: 7vw;
    padding: 10px 0 0 0;
  }
  /*==============================
		Mobile Nav Styles			
	================================*/
  nav.primary {
    display: none;
  }
  #menu-button {
    width: 100%;
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
    background: #000000;
  }
  #menu-button a {
    color: #d8a137;
    text-decoration: none;
    padding: 0 0 0 .8em;
    font-weight: normal;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
  }
  /* MENU HEADER SOCIAL MEDIA */
  nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    word-spacing: 13px;
    padding: 0 0 0 15px;
    color: #ccc !important;
  }
  nav.mobile .social-media a:link, nav.mobile .social-media a:visited {
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile .social-media a:hover, nav.mobile .social-media a:active {
    color: #fff;
    text-decoration: underline;
  }
  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    top: -4px;
    right: 13px;
  }
  nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
    color: #fff;
  }
  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: #999;
    text-decoration: none;
    border-left: 4px #333 solid;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 4px #d8a137 solid; /* border highlight - Change to fit match site colors */
  }
  /* SECOND LEVEL */
  nav.mobile ul li li:last-child {
    border: none;
  }
  nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    color: #ccc;
    text-decoration: none;
  }
  nav.mobile ul li li a:hover {
    background: rgba(65, 65, 65, 0.5);
  }
  /* THIRD LEVEL */
  nav.mobile ul li li li:last-child {
    border: none;
  }
  nav.mobile ul li li li a {
    background: #555;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #ccc;
    text-decoration: none;
    border-left: 4px #555 solid;
  }
  nav.mobile ul li li li a:hover {
    background: rgba(85, 85, 85, 0.5);
  }
  nav.mobile ul li .click { /* dropdown menu idicator arrow be sure to include this image with your image files */
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 17px 20px;
    color: #fff;
  }
  /*	.nav-footer {color:#d8a137; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}*/
  /* FONT AWESOME ICONS */
  nav.mobile ul li a i {
    width: 25px;
    padding: 8px 3px;
    margin: 0 6px 0 0;
    text-align: center;
    background: #292929;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  nav.mobile ul li .fa-chevron-down {
    color: #999;
  }
  .grid figure {
    width: 49%;
  }
  .header-info {
    padding: 10px 0;
    order: 1;
  }
  .main-overlay {
    display: none;
  }
  .header-logo {
    width: 100%;
    order: 2;
    margin: auto;
  }
  .header-flex {
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-flex2 {
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-con-home {
    width: 100%;
    flex-direction: column;
  }
  .contact-col {
    width: 90%;
  }
  .location-info-row-home {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .location-info-col-home {
    padding: 30px 0;
  }
  .about-con-home {
    width: 90%;
  }
  .about-button {
    width: 100%;
  }
  .hero-image {
    padding: 0 0;
    margin-bottom: 0;
  }
  .hero-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrap-cat .container-1 {
    top: -52px;
  }
}
@media screen and (max-width: 600px) {
  .about-con-home h1 {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 12px;
  }
  .crusher-rental-button {
    width: 78%;
  }
  .crusher-wrap {
    flex-direction: column;
  }
  .crusher-half video {
    max-height: calc(83vw + 0vh);
  }
  .crusher-wrap {
    margin-top: 334px;
  }
}
@media screen and (max-width: 400px) {
  .divider {
    display: none;
  }
  .header-flex {
    display: block;
  }
  .header-flex2 {
    display: block;
  }
  .location-info-col-home {
    display: block;
  }
  .location-info-row-home {
    display: block;
  }
  .about-con-home h1 {
    font-size: 25px;
  }
}