.site-inner .wrap {
    max-width: 100%;
}

.content .wrap {
    max-width: 1420px;
}

.dj-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dj-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;    
}

.dj-content {
    position: relative;
    height: 100%;     
}

.dj-title {
    font-family: "Montserrat-ExtraBold";
    color: #1F1F1F;
    font-size: 55px;
    line-height: 67px;
    margin: 0 0 77px;
}

.venue-line {
    border-top: 15px dotted #FD675E;
    width: 85px;
    margin: 0 auto 59px;
}

.dj-link-flex {
    text-align: right;
    border-bottom: 4px solid #393939;
    padding: 0 0 36px;
    margin: 0 0 36px;
}

.dj-link {
    display: inline-block;
    font-family: "Montserrat-ExtraBold";
    color: #222;
    letter-spacing: 0.5px;
    font-size: 24px;
}

    .dj-link:hover {
        position: relative;
        color: #FAAFFF;
        bottom: 3px;
    }

/* CTA */

.sub-cta .sub-dj-background {
    background: #EFEFEF;
}

/* About Images */

#about-img {
    position: relative;
}

#about-img .dj-background {
    background: #fff;
}

#about-img .dj-content {
    background: #EFEFEF;
    border-radius: 0  0 0 150px;
}

#about-img-grid {
  display: grid;
  grid-template-columns: 70% 27%;
  /*grid-template-rows: 1fr 1fr;*/
  gap: 43px 43px;
  grid-template-areas:
    "one two"
    "one three";
  padding: 200px 0;
}

#about-img-grid img {
    border-radius: 75px;
    object-fit: cover;
    width: 100%;
    height: 468px;
}

    #about-img-grid img:first-child {
        grid-area: one;
        height: 979px;
    }

    #about-img-grid img:nth-child(2) {
        grid-area: two;
    }

    #about-img-grid img:last-child {
        grid-area: three;
    }

/* About */

#about {
  position: relative;
}

#about .dj-background {
    background: #EFEFEF;
}

#about .dj-content {
    text-align: center;
    background: #fff;
    border-radius: 0 0 150px 0;
    padding: 200px 0;
}

#about p {
  text-align: left;
  font-family: "Montserrat-Medium";
  color: #1F1F1F;
  font-size: 32px;
  line-height: 39px;
}

#ab-djs {
    position: relative;
}

#ab-djs .dj-background {
    background: #889fcd;
}

#ab-djs .dj-content {
    background: #EFEFEF;
    border-radius: 0  0 0 150px;
    padding: 200px 0;
}

.djs-list {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 3%;
    margin: 80px 0 0;
}

    .djs-list:first-of-type {
        margin: 0;
    }

.djs-list li {
    flex: 0 1 32%;
}

.dj-img {
    width: 30%;
    display: grid;
    grid-auto-columns: 48% 48%;
    grid-template-areas:
        "img1 img1"
        "img2 img3";
    gap: 20px 4%;
}

.dj-img picture:first-of-type, .dj-img img:first-of-type {grid-area: img1;}
.dj-img picture:nth-child(2), .dj-img img:nth-child(2) {grid-area: img2;}
.dj-img picture:last-of-type, .dj-img img:nth-child(3) {grid-area: img3;}

.dj-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 35px;
}

    .dj-img picture:first-of-type img,
    .dj-img img:first-of-type {
        height: 335px;
    }

    .dj-img picture:nth-child(2) img,
    .dj-img img:nth-child(2),
    .dj-img picture:last-of-type img
    .dj-img img:nth-child(3) {
        height: 235px;
    }

.dj-con {
    width: 66%;
}

.dj-name {
    display: block;
    font-family: "Montserrat-ExtraBold";
    color: #1F1F1F;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 27px;
}

.dj-con p {
    margin: 0 0 10px;
}

    .djs-list p:last-child {
        margin: 0;
    }

/* Responsive Design */

@media (max-width: 1550px) {

.content .wrap {
    max-width: 1300px;
}  
}

@media (max-width: 1440px) {

.content .wrap {
   max-width: 1200px;
} 
  
/* About Images */
  
  #about-img-grid {
    grid-template-columns: 66% 30%;
    gap: 39px 39px;
  }
}

@media (max-width: 1350px) {

.content .wrap {
    max-width: 1100px;
} 

        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 295px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 195px;
        }    
    }

@media (max-width: 1250px) {

.content .wrap {
    max-width: 1000px;
} 
  
/* About Images */
  
  #about-img-grid {
    grid-template-columns: 62% 33%;
    padding: 100px 0;
  }
  
  #about-img-grid img {
      height: 408px;
  }
  
      #about-img-grid img:first-child {
          height: 859px;
      }

/* About */

  #about .dj-content {
      padding: 100px 0;
  }

/* About */
  
  #about .dj-content {
      border-radius: 0 0 80px 0;
  }
  
  #about p {
    font-size: 28px;
    line-height: 37px;
  } 

    #ab-djs .dj-content {
        border-radius: 0  0 0 80px;
        padding: 100px 0;
    }
    
    .dj-con {
        width: 61%;
    }

    .dj-img {
        width: 35%;
    }
}

@media (max-width: 1150px) {

.content .wrap {
    max-width: 900px;
} 

.dj-link {
    font-size: 22px;
}  
  
/* About Images */
  
  #about-img-grid {
    grid-template-columns: 62% 34%;
    gap: 29px 29px;
  }
  
  #about-img-grid img {
      height: 375px;
  }
  
      #about-img-grid img:first-child {
          height: 779px;
      }

/* About */
  
  #about p {
    font-size: 24px;
    line-height: 33px;
  }  

    .dj-con {
        width: 55%;
    }

    .dj-con p {
        font-size: 16px;
    }

    .dj-img {
        width: 40%;
    }
}

@media (max-width: 1024px) {

.content .wrap {
    max-width: 90%;
} 
  
/* About Images */

  #about-img-grid img {
      border-radius: 35px;
      height: 335px;
  }
  
      #about-img-grid img:first-child {
          height: 699px;
      } 
    
        .dj-img picture:first-of-type img {
            height: 255px;
        }  
}

@media (max-width: 900px) {

.dj-link {
    font-size: 24px;
}
  
/* About Images */

  #about-img .dj-content {
      border-radius: 0 0 0 110px;
  }
  
  #about-img-grid {
    grid-template-columns: 58% 38%;
    padding: 80px 0;
  }
  
  #about-img-grid img {
      height: 315px;
  }
  
      #about-img-grid img:first-child {
          height: 659px;
      }

/* About */
  
  #about .dj-content {
      border-radius: 0 0 110px 0;
      padding: 90px 0;
  }

    .djs-list {
        margin: 60px 0 0;
    }

    .dj-con p {
        font-size: 14px;
    }

        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 255px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 155px;
        }       
}

@media (max-width: 768px) {

.content .wrap {
    max-width: 85%;
} 

.dj-link {
    font-size: 22px;
}  
  
/* About Images */
  
  #about-img-grid {
    grid-template-columns: 47% 48%;
    grid-template-rows: 1fr 0fr;
    grid-template-areas:
      "one one"
      "two three";
  }
  
  #about-img-grid img {
      height: 315px;
  }
  
      #about-img-grid img:first-child {
          height: 579px;
      }

/* About */
  
  #about p {
    font-size: 24px;
    line-height: 33px;
  }  
    
    .djs-list {
        flex-direction: column;
    }
    
    .dj-con {
        text-align: center;
        width: 100%;
    }

    .dj-con p {
        font-size: 16px;
    }

    .dj-img {
        width: 100%;
        margin: 0 0 30px;
    }
    
        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 335px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 295px;
        }  
    
    .dj-name {
        font-size: 22px;
        line-height: 24px;  
    }     
}

@media (max-width: 660px) {

  .dj-title {
      margin: 0 0 57px;
  } 

  .dj-link-flex {
      text-align: center;
      padding: 0 !important;
  }  
  
  .dj-link {
      font-size: 20px;
  }
  
/* About Images */

  #about-img-grid {
    padding: 60px 0;
  }
  
  #about-img-grid img {
      height: 275px;
  }
  
      #about-img-grid img:first-child {
          height: 539px;
      } 

/* About */
  
  #about .dj-content {
      padding: 60px 0;
  }  
  
  #about p {
    text-align: center;
    font-size: 22px;
    line-height: 31px;
  } 

    #ab-djs .dj-content {
        padding: 60px 0;
    } 

    .djs-list {
        margin: 30px 0 0;
    }
    
        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 295px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 255px;
        }    
}

@media (max-width: 550px) {

  .dj-title {
      font-size: 47px;
      line-height: 47px;
  }  
  
/* About Images */

  #about-img .dj-content {
      border-radius: 0 0 0 80px;
  }  
  
  #about-img-grid {
    grid-template-columns: 45% 48%;
  }
  
  #about-img-grid img {
      height: 235px;
  }
  
      #about-img-grid img:first-child {
          height: 499px;
      }

/* About */
  
  #about .dj-content {
      border-radius: 0 0 80px 0;
  }

    #ab-djs .dj-content {
        border-radius: 0  0 0 80px;
    }
        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 255px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 215px;
        } 
    
    .dj-name {
        font-size: 20px;   
    }       
}

@media (max-width: 450px) {

  .dj-title {
      font-size: 37px;
      line-height: 37px;
      margin: 0 0 37px;
  }  

  .venue-line {
      margin: 0 auto 39px;
  }

  .dj-link {
      font-size: 18px;
  }  
    
/* About Images */
  
  #about-img-grid {
    grid-template-columns: 45% 50%;
    gap: 29px 4%;
  }
  
  #about-img-grid img {
      height: 235px;
  }
  
      #about-img-grid img:first-child {
          height: 419px;
      }

/* About */
  
  #about p {
    font-size: 20px;
    line-height: 29px;
  } 
    
    .dj-img img {
        border-radius: 25px;
    }

        .dj-img picture:first-of-type img,
        .dj-img img:first-of-type {
            height: 215px;
        }
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 175px;
        } 
}

@media (max-width: 350px) {

  .dj-title {
      font-size: 27px;
      line-height: 27px;
  }
  
/* About Images */
  
  #about-img-grid {
    display: block;
  }
  
  #about-img-grid img {
      height: 235px;
  }
  
      #about-img-grid img:first-child {
          height: 379px;
      }
  
      #about-img-grid img:nth-child(2) {
        display: none;
      }
  
      #about-img-grid img:last-child {
          display: none;
      }  
    
        .dj-img picture:nth-child(2) img,
        .dj-img img:nth-child(2),
        .dj-img picture:last-of-type img
        .dj-img img:nth-child(3) {
            height: 135px;
        } 
}