.headline-bg {
  position: relative;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: repeat-y;
  background-image: url("../images/topics/2024-ces-bg-min.jpg");
}
.headline-bg .container-fluid {
  padding-top: 10vw;
}
.headline-bg .section-top{
  background-color: white;
}
.section-top {
  padding: 10px;
}
.headline-bg .special_logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    height: 26px;
    max-width: calc(100% - 76px);
    text-align: center;
      
}
.headline-bg .special_a {
    left: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10vw;  
}
@media only screen and (max-width: 770px) {
  .headline-bg {
    background-size: 150%;
  }
  .headline-bg .container-fluid {
    padding-top: 15vw;
  }  
}