.preview-container {
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/036/594/092/small_2x/man-empty-avatar-photo-placeholder-for-social-networks-resumes-forums-and-dating-sites-male-and-female-no-photo-images-for-unfilled-user-profile-free-vector.jpg");
  background-position: center center;
  background-size: cover;
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .preview-container {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .preview-container {
    width: 100%;
    height: 250px;
  }
}/*# sourceMappingURL=athlete.css.map */