body{
    margin:0;
    padding:0;
}

.container {
    position: relative;
  }
  
  /* Bottom right text */
  .text-block {
    position: absolute;
    top: 5px;
    right:25px;
    
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    
  }

  @media (max-width: 480px) {
    .container {
      position: relative;
    }
    .text-block h4{
    position: absolute;
    top: 5px;
    right:25px;
    font-size:10px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
}