.your-element {
  background-image: url('Turn Too Logo-VectorPRINT.jpg');
  background-size: cover;       /* Scales image to completely fill the area */
  background-position: center;   /* Centers the image to minimize edge clipping */
  background-repeat: no-repeat; /* Prevents the image from tiling */
}