.hdl-img {
  width: 300px;
}

/* Phone Resizing */
@media (max-width: 768px){
  .hdl-img {
    width: 250px;
  }
}
