.about-content {
  background: url("/static/images/orangeLP.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.about-header {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  max-width: 1500px;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  padding: 0;
  gap: 1rem;
}

.about-header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.about-header h1 {                           
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

@media (min-width: 500px) {
  .about-header h1 {                    
  white-space: nowrap;   
  overflow: hidden;               
  text-overflow: ellipsis;}
}

.about-header-vinyl {
  width: 30%;
  max-width: 300px;
  min-width: 100px;
  height: auto;
}

.about-stats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

.about-stat {
  display: flex;
  
  flex-direction: column;
  align-items: left;
  text-align: left;
}

.about-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.about-stat h2 {
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: 700;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.about-stat h3 {
  font-size: clamp(0.7rem, 4vw, 1.2rem);
  font-weight: 400;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.about-main-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 1rem;
  margin-bottom: 2rem;
  font-size: clamp(0.7rem, 4vw, 1.2rem);
}

.about-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 2px 15px #0006;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  min-width: 240px;
}

.profile-card {
  background-image: url("/static/images/viktor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 300px;
  height: 400px;
  justify-content: flex-end;
  overflow: hidden;
}

.profile-name {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-card-info {
  height: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
}

.about-card-info div {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

.about-info-turntable {
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
  border-radius: 10px;
  min-height: 0;
  margin-top: 0.5rem;
}

.map-card {
  min-width: 275px;
  max-width: 350px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
}
.map-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.map-card .about-card-label {
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1rem;
  border-radius: 0 0 15px 15px;
  text-align: left;
}

.turntable-card {
  flex: 1.2;
  min-width: 180px;
  max-width: 250px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
}
.turntable-card img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.about-card-info-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 500px;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  
}
.about-info-turntable-side {
  width: 45%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
.about-info-text {
  width: 55%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  gap: 1rem;
}

.about-card-info-tall {
  height: 400px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  border-radius: 15px;
  overflow: hidden;
  justify-content: space-between;
}
.about-info-door {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin: 0.5rem 0;
  flex-grow: 1;
  min-height: 0;
}
