.paralax-section {
  text-align: center;
  height: 500px;
  padding: 30px 0 30px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .paralax-section {
      padding: 40px 0; } }
  .paralax-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--paralax-bg-color);
    z-index: 1; }
  .paralax-section .container {
    position: relative;
    z-index: 3; }
  .paralax-section h2 {
    color: var(--paralax-color);
    margin: 0 0 16px;
    text-transform: uppercase;
    font-size: 40px;
    font-style: italic; }
  .paralax-section .subtitle {
    display: block;
    color: var(--paralax-color-subtitle);
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 35px;
    font-style: italic; }
  .paralax-section .btn.lg {
    padding: 14px 25px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .paralax-section .btn.lg {
        margin-bottom: 40px;
        padding: 20px 16px;
        margin: 0 0 48px; } }
  .paralax-section .link-btn {
    margin-bottom: 15px;
    color: var(--paralax-color); }
    @media (min-width: 1024px) {
      .paralax-section .link-btn {
        margin-bottom: 10px; } }
    .paralax-section .link-btn:hover {
      color: var(--paralax-color-link-hover); }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover;
  background-position: center; }
