#oled-tv {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #303538;
  padding: 0;
}

#award {
  width: 20%;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#oled-title-container {
  position: absolute;
  top: 5%;
  color: #ffffff;
  padding: 0 40px;
  left: 0;
  right: 0;
  text-align: center;
}

#oled-head-container {
  align-self: center;
}

#oled-title {
  width: 30%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

#oled-subtitle {
  font-family: "LG Smart Regular", sans-serif !important;
  font-size: 18px;
  margin: 0;
}

#nano-tv {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #0A050C;
  padding: 0;
}

#resolution {
  width: 75px;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#oled-mobile {
  width: 100%;
}

@media (min-width: 544px){

  #oled-mobile {
    display: none;
  }
}

@media (max-width: 991px){
  
  #oled-subtitle {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 768px){

  #oled-tv {
    padding-top: 20px;
  }

  #nano-tv {
    padding-top: 20px;
  }
  
  #oled-title-container {
    top: 3vw;
  }
  
  #oled-title {
    margin-bottom: 10px;
  }

  #oled-subtitle {
    font-size: 12px;
    line-height: 2px;
  }

  #resolution {
    width: 50px;
  }
}

@media (max-width: 543px){

  #oled-tv {
    padding-top: 60px;
  }

  #nano-tv {
    padding-top: 60px;
  }

  #oled-subtitle {
    font-size: 13px;
    line-height: 15px;
  }

  #oled-title-container {
    top: 8%;
    padding: 0 10px;
  }

  #oled-title {
    width: 50vw;
    margin-bottom: 5px;
  }

  #oled-web {
    display: none;
  }

  #award {
    width: 50vw;
    right: auto;
    left: auto;
    align-self: center;
  }

  #resolution {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 400px){

  #oled-title-container {
    top: 5%;
  }
}