section.b2b-header {
  margin-top: 0 !important;
  overflow: hidden;
  position: relative;
  max-width: unset !important;
  width: 100% !important;
  width: 100vw;
  margin-top: 0;
  min-height: 336px;
}

section.b2b-header .vail {
  background-image: linear-gradient(180deg, #000, transparent);
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 30;
}

section.b2b-header video {
  transition-duration: 0.7s;
  width: 100%;
  opacity: 1;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.single-b2b_artists main>section.inquire-full:before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: -1;
}

.single-b2b_artists .thumbnail-wrapper {
  width: 100%;
  max-width: 9rem;
  padding-right: .75rem;
}

.single-b2b_artists figure.artist-thumbnail {
  margin: 0;
}

.single-b2b_artists .thumbnail-wrapper img {
  height: auto;
}

.single-b2b_artists .social_icons {
  flex-wrap: wrap;
  gap: 2rem;
}

.single-b2b_artists .social_icons li p {
  margin: 0 0 0 .5rem;
}

.single-b2b_artists .b2b-artist .two-col>.row .intro {
  padding-bottom: 0rem;
}

.single-b2b_artists .b2b-header svg.video-svg {
  margin-top: -3.5rem;
  margin-top: -3.5rem;
  position: absolute;
  z-index: 20;
  bottom: -1px;
  fill: rgb(23 23 23);
  color: rgb(23 23 23);
}

.single-b2b_artists .social-wrapper .social-icon+p {
  margin-left: .5rem !important;
}

.single-b2b_artists .cards {
  margin-top: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.single-b2b_artists .card {
  grid-column: span 1/span 1;
  background-color: hsla(0, 0%, 100%, .05);
  padding: 1rem;
}

.single-b2b_artists .inquire:before,
.single-b2b_artists .inquire:after {
  content: unset;
}

.single-b2b_artists .inquire-full .container-xl.mt-0>.row {
  row-gap: 2rem;
}

.single-b2b_artists .row.two-col {
  margin-top: 2rem;
}

.single-b2b_artists .row.two-col {
  row-gap: 2rem;
}

.single-b2b_artists .two-col .row+.row {
  margin-top: 0.5rem;
}

.single-b2b_artists .contact,
.single-b2b_artists .downloads {
  margin-top: 2rem;
}

.single-b2b_artists .sidebar>div:first-child {
  margin-top: 0;
}

.single-b2b_artists .download-item {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  padding: .75rem 0;
}

.single-b2b_artists .download-item a {
  white-space: nowrap;
  transition-duration: .5s;
  font-weight: 700;
  border-color: hsla(0, 0%, 100%, .1);
  background-color: hsla(0, 0%, 100%, .05);
  padding: .625rem 1.25rem;
  border: 1px solid hsla(0, 0%, 100%, .05);
}

.single-b2b_artists .download-item a:hover {
  border-color: var(--wp--preset--color--orange);
}

.single-b2b_artists main section+section:not(.b2b-artist) {
  margin-top: 2rem;
}

.single-b2b_artists .employee-column .mgmt-item>.editor_content {
  background-color: hsla(0, 0%, 100%, .05);
}

.single-b2b_artists .inquire-full {
  background-color: rgba(0, 0, 0, .95);
  max-width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.single-b2b_artists .inquire-full .mgmt-item {
  margin-top: 2rem;
}

.single-b2b_artists .inquire-full .inquiry-title,
.single-b2b_artists .inquire-full .usp-title {
  margin-top: .75rem;
}


@media (max-width: 480px) {
  .single-b2b_artists .card {
    grid-column: span 2/span 2;
  }
}

@media (max-width: 638px) {

  .single-b2b_artists .social_icons {
    gap: 1rem;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .single-b2b_artists .social_icons li {
    grid-column: span 1 / span 1;
    width: unset;
  }
}

@media (min-width: 640px) {

  .single-b2b_artists .cards {
    gap: 1.5rem;
  }

  .single-b2b_artists .card {
    padding: 2rem;
  }

  section.b2b-header {
    min-height: 304px;
    height: 50vh;
  }
}

@media (min-width: 768px) {
  .single-b2b_artists .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .single-b2b_artists .col-span-4 {
    grid-column: span 4 / span 4;
  }

  .single-b2b_artists .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .single-b2b_artists .cards {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .single-b2b_artists .inquire-full {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .single-b2b_artists .inquire-full .container-xl.mt-0>.row {
    row-gap: 4rem;
  }

}

.single-b2b_artists .thumbnail-wrapper {
  max-width: 10rem;
}

@media (min-width: 1024px) {

  .single-b2b_artists main section+section:not(.b2b-artist) {
    margin-top: 4rem;
  }

  .single-b2b_artists .cards {
    margin-top: 4rem;
  }

  .single-b2b_artists .row.two-col {
    margin-top: 4rem;
  }

  section.b2b-header {
    min-height: 608px;
  }

  .single-b2b_artists .thumbnail-wrapper {
    max-width: initial;
    width: 25%;
  }

  .single-b2b_artists .intro {
    flex: 1;
  }
}

@media (min-width: 1536px) {
  section.b2b-header {
    height: 75vh;
  }
}