.top-brand {
  display: block;
  height: 0;
  height: 380px;
  margin-bottom: -150px;
  position: relative;
}
.top-brand__content-wrap {
  position: relative;
  overflow: hidden;
  height: 380px;
  margin-bottom: -380px;
}
.top-brand__content {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -965px;
  width: 1930px;
  text-align: center;
}
.top-brand__iframe-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 230px;
  align-items: center;
  justify-content: center;
}
.top-brand__shade {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  top: 230px;
  height: 1px;
  background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.24);
}
.top-brand__shade:after,
.top-brand__shade:before {
  background: rgba(0, 0, 0, 0.24) none repeat scroll 0 0;
  box-shadow: 0 0 0.625em 0.625em rgba(0, 0, 0, 0.24);
  content: "";
  display: block;
  height: 400px;
  position: absolute;
  top: 14px;
  width: 1px;
}
.top-brand__shade:before {
  left: 0.625em;
  transform: rotate(-2deg);
}
.top-brand__shade:after {
  right: 0.625em;
  transform: rotate(2deg);
}
