
.hp1  {
  position: relative;
  text-align: center;
  color: white;
  line-height: 0;
}



.top-center {
    position: absolute;
    top: 8%;
    left: 50%;
    font-size:30px;
    transform: translate(-50%, -50%) scaleX(0.95);
}

.top-center_m {
    position: absolute;
    top: 10%;
    left: 50%;
    font-size:30px;
    transform: translate(-50%, -50%) scaleX(0.95);
}
.top-center_m2 {
    position: absolute;
    top: 14%;
    left: 50%;
    font-size:30px;
    transform: translate(-50%, -50%) scaleX(0.95);
}

.youtube_channel {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    color: white;
    background-image: url("../image/youtube_background.jpg");
    background-color: #000;

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.youtube_channel iframe {
  position: absolute;
  top: 15%;
  left: 12.5%;
  width: 75%;
  height: 75%;
}

.youtube_channel_m {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    color: white;
    background-image: url("../image/youtube_background.jpg");
    background-color: #000;

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.youtube_channel_m iframe {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
  height: 60%;
}

a.hp_solutions_button_1:link, a.hp_solutions_button_1:visited {
  position: absolute;
  width:192px;
  top: 15%;
  left: 12.5%;
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.hp_solutions_button_1:hover, a.hp_solutions_button_1:active {
  background-color: red;
}
a.hp_solutions_button_2:link, a.hp_solutions_button_2:visited {
  position: absolute;
  width:192px;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.hp_solutions_button_2:hover, a.hp_solutions_button_2:active {
  background-color: red;
}
a.hp_solutions_button_3:link, a.hp_solutions_button_3:visited {
  position: absolute;
  width:192px;
  top: 15%;
  right:12.5%;
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.hp_solutions_button_3:hover, a.hp_solutions_button_3:active {
  background-color: red;
}


a.hp_innovation_button_1:link, a.hp_innovation_button_1:visited {
  position: absolute;
  width:192px;
  top: 15%;
  left: 33.3%;
  transform: translate(-50%, 0%);
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.hp_innovation_button_1:hover, a.hp_innovation_button_1:active {
  background-color: red;
}
a.hp_innovation_button_2:link, a.hp_innovation_button_2:visited {
  position: absolute;
  width:192px;
  top: 15%;
  left: 66.7%;
  transform: translate(-50%, 0%);
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.hp_innovation_button_2:hover, a.hp_innovation_button_2:active {
  background-color: red;
}

#hp_desktop {
    display:block;
    min-width: 769px;
}
#hp_mobile {
    display:none;
    line-height:0;
    max-width: 768px;
}





a.hp_solutions_button_m:link, a.hp_solutions_button_m:visited {
  background-color: #A01;
  border-radius: 10px;
  color: white;
  padding: 14px 8px 14px 8px;
  margin-top:4px;
  text-align: center;
  text-decoration: none;
  display: block;
}
a.hp_solutions_button_m:hover, a.hp_solutions_button_m:active {
  background-color: red;
}



@media screen and (min-width:1024px) {
    .top-center {
        font-size:35px;
    }
}


@media only screen and (min-width: 769px) {

}

@media only screen and (max-width: 768px) {
    #hp_desktop {
        display:none;
    }
    #hp_mobile {
        display:block;
    }
}
