section.breadcrumb_sec {
  background-color: #e9ecef;
}

.svg_icons {
  max-width: 50%;
  padding-bottom: 0 !important;
  max-height: 98px;
}

.zoom {
  transition: transform .2s;
  /* Animation */
  cursor: pointer;
}

.zoom:hover {
  transform: scale(1.06);
}

a.unstyled {
  color: #010101;
}

a.unstyled:hover {
  text-decoration: none;
}

main {
  min-height: 82vh;
}

.v_bg {
  position: relative;
  background-color: black;
  height: 65vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.v_bg video {
  position: absolute;
  top: 45%;
  left: 50%;
  min-height: 100%;
  width: auto;
  max-width: 80%;
  min-width: 60%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.v_bg .container {
  position: relative;
  z-index: 2;
}

.v_bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
  z-index: 1;
}

img.mx-auto.d-block.my-5 {
  max-height: 100px;
}

a.size_button,
.mark_button,
a.mark_button {
  display: flex;
  align-items: center;
  padding: .75em;
  text-align: left;
  text-decoration: none;
  color: #090910;
  background: #fff;
  border-radius: 4px;
  transition: all .3s ease;
  box-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2);
  cursor: pointer;
  font-size: calc(.75em + 5px);
}

a.size_button.active,
a.size_button.active:hover {
  filter: invert(100%);
  font-weight: bold;
}

a.size_button:hover,
.mark_button:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  box-shadow: 0 10px 20px 0 rgba(9, 9, 16, .15);
}

.img_tmp {
  display: flex;
  transition: all .3s ease;
  box-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2);
  margin-bottom: 30px;
}

.img_tmp:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  box-shadow: 0 10px 20px 0 rgba(9, 9, 16, .15);
}

.img_tmp img {
  max-height: 100%;
}

.mark_button img {
  max-height: 2em;
  margin-right: 1em;
}

.mark_parent {
  margin-bottom: 30px;
}

a.mark_active:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #090910;
  clear: both;
}

a.mark_active {
  position: relative;
}

/* just Ford  */
.car_marken {
  display: none;
}
.car_marken[name="ford"] {
  display: block;
}