.home-page-video-bg {
  
  object-fit: none;
  object-position: 50% 50%;
  scale: 1.45;
  
}
.home-page-hero-title {
  color(display-p3 0.088 0.485 0.918);
  
}

.project-section, .meet-us-cnt, .worked-section-cnt {
  width: calc(var(--grid-column-size) * 7);
  margin: 0 auto;
}
.selected-work-title, .worked-section-title  {
  
  font-size: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

/* Selected work Section */

.project-section .campaign-title {
  font-size:1rem;
  padding-top:1rem;
  text-transform: uppercase;
  font-weight: 700;
} 

.project-section .campaign-name {
  font-size:2rem; 
  padding:0.5rem 0; 
  text-transform: none;
  font-weight: 700;
} 

.button-controls {
  margin:0 auto; 
  display: flex; 
  justify-content: space-between;
}

.selected-work-btn, .greatest-hits-btn, .show-more-btn {
  
  font-size: 0.8rem;
}

.selected-work-btn {
  border: 1px solid var(--color-black);
}

.greatest-hits-btn {
  border: 1px solid var(--color-sky-blue);
}

.show-more-btn {
  color:var(--color-gray);
  text-decoration: underline;
  background:transparent;
  padding-left: 0;
  padding-right: 0;
}

/* Meet Us Section */
.meet-us-section {
  height: 60vh !important;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.meet-us-section > video {
  cursor: auto;
  border-radius: 0;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.meet-us-cnt {
  position: absolute;
  top:0;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.meet-us-title {
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color(display-p3 0.088 0.485 0.918);
}

.meet-us-btn {
  font-size: 1rem;
  text-decoration: none;
  color: var(--color-white);
  
}

/* Worked section */




/* Small devices */
@media (min-width: 576px) {
  
  .selected-work-btn, .greatest-hits-btn, .show-more-btn {
    font-size: 1rem;
  }

  .greatest-hits-btn {
    margin-left: 1rem;
  }
  
}

/* Medium devices */
@media (min-width: 768px) {
  
  
}

/* Large devices */
@media (min-width: 992px) {
  
  .project-section, .meet-us-cnt, .worked-section-cnt{
    width: calc(var(--grid-column-size) * 6);
  }
}

/* X-Large devices */
@media (min-width: 1200px) {
  
}

/* XX-Large devices */
@media (min-width: 1400px) {
  
}