
/* --- Original Intro --- */

.swop18-intro {
  padding-bottom: 100px;
}

.swop18-intro-inner {
  width: 100%;
  position: relative;
}

.swop18-intro-img {
  width: 100%;
  height: 0;
  padding-bottom: 60.201149%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.swop18-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

img.swop18-intro-img-desktop,
img.swop18-intro-img-base {
  display: none;
}

.swop18-intro .swop18-dash {
  display: block;
  width: 100px;
  height: 4px;
  margin-bottom: 39px;
}

.swop18-intro .swop18-intro-title-top {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 10px;
  color: #07081b;
  font-size: 24px;
  letter-spacing: 1px;
  border-width: 4px;
  border-style: solid;
}

h2.swop18-intro-title {
  margin: 0;
  color: #07081b;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

p.swop18-intro-subtitle {
  margin: 12px auto 0 auto;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: center;
  max-width: 940px;
}

.swop18-intro-content-glow {
  text-align: center;
}

/* --- Responsive --- */

@media all and (min-width: 768px) {
  .swop18-intro {
    padding-bottom: 0;
  }
  
  .swop18-intro-inner {
    width: 100%;
    height: 0;
    padding-bottom: 60.201149%;
    position: relative;
    z-index: 1;
  }

  .swop18-intro-inner-2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  img.swop18-intro-img-desktop,
  img.swop18-intro-img-base {
    display: block;
  }

  img.swop18-intro-img-base {
    z-index: 1;
  }

  img.swop18-intro-img-mobile {
    display: none;
  }
  
  .swop18-intro-content {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .swop18-intro-content-inner {
    display: table-cell;
    vertical-align: middle;
  }
  
  .swop18-intro-content-glow {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.6);
  }

  .swop18-intro .swop18-dash {
    margin-bottom: 36px;
  }
}
