.carousel-cell{
  width:100%;
  height:600px;
  background-size:contain;
  background-position:center;
}

.dr-events-banner{
  background-size: cover;
  background-position: center;
  padding-top:0px!important;
  min-height: 443px;
}
.dr-events-banner h1{
  margin-top:0px;
}
.dr-events-banner h2{
  color:#fff;
  position:absolute;
  top:0;
}

.dr-carousel-banner{
  background-color: #0c0c31;
  display:flex;
  flex-flow:row wrap;
  padding-top:100px;
  position:relative;
  overflow:hidden;
}
.dr-carousel-lines{
  position:absolute;
  top:0;
  right: -177px;
  width: 600px;
}
.dr-carousel-inner{
  display:flex;
  flex-flow:row wrap;
   max-width: 1400px;
   width: 90%;
  margin:0 auto;
}
.dr-carousel-banner a{
      background: #eecb48;
    border: 1px solid #eecb48;
    border-radius: 30px;
    color: #2b2e34;
    font-family: Century Gothic,sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
}
.banner-copy{
  width:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
}
.dr-carousel-banner h1 {
    font-family: Century Gothic,sans-serif;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #f9f9f9;
    font-weight: 700;
    line-height 44.5px;
    max-width:90%;
}
.dr-carousel-banner h4{
      color: #f9f9f9;
    font-family: Century Gothic,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 45px;
    max-width: 80%;
}

.banner-carousel-dr{
   width:50%;
}

@media only screen and (max-width: 1000px){
  .dr-events-banner .banner-copy{
    justify-content:flex-end;
  }
  .dr-events-banner h2{
    display:none;
  }
  .dr-carousel-banner h1{
    font-size:28px;
    line-height:40px;
  }
   .dr-events-banner {
    background-image:url(https://www.eolondon.org/hubfs/Drew%2BRose/events-mob.png)!important;
  }
}

@media only screen and (max-width: 768px){
  .banner-copy{
      width:100%;
    margin-bottom:25px;
    }
  .banner-carousel-dr{
    width:100%;
  }
  .carousel-cell{
  height:380px;
  }
  .dr-carousel-lines{
    width:150px;
    right:0;
  }
}