.gd-ebay__hero {
    position: relative;
}

.gd-ebay__hero-img {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  width: 100%;
}

.gd-ebay__hero-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}


.gd-ebay__hero-title { 
    display: flex;
    color: #fff;
    font-size: 30px;
    font-weight: 700; 
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 528px;
}



/*
    Usp
*/ 


.gd-ebay__usp-wrap {
    background: #231f20;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 743px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    border-top-right-radius: 8px;
    border-top-left-radius: 30px;
    padding: 0 55px;
}


.gd-ebay__usp-single {
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start;
} 


.gd-ebay__usp-single img {
    margin-right: 15px;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 48px;
}


.gd-ebay__usp-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 115px;
}




/*
    Banner Checkbox Toggles
*/





@media (max-width: 1024px) {
    .gd-ebay__hero-img {
    padding-bottom: 107%;
    }
    
    .gd-ebay__hero-title { 
        font-size: 20px;
        width: 345px;
    }
    
    .gd-ebay__usp-wrap {
        padding: 0 40px;
        width: fit-content;
    }
    
    .gd-ebay__usp-title {
        font-size: 12px;
        left: 15px;
    }


    .gd-ebay__usp-single--last {
        display: none;
    }
    
}


@media (max-width: 500px) {
    .gd-ebay__usp-wrap {
        padding: 10px;
        flex-direction: column;
    }
    
      .gd-ebay__hero-title { 
          left: 30px;
          width: fit-content;
      }
}

