﻿.photo-card {
  align-items: center;
  display: flex;
  justify-content: center;
}

.photo-card-bg {
  height: 450px;
  width: 500px;
}

.photo-card-md {
  height: 295px;
  width: 300px;
}

.photo-card-sm {
  height: 145px;
  width: 155px;
}

.photo-carousel-bg {
  height: 425px;
  width: 435px;
}

.photo-carousel-md {
  height: 225px;
  width: 235px;
}

.photo-carousel-sm {
  height: 145px;
  width: 155px;
}

.photo-carousel-control-icon {
  color: #ff9800;
}

.photo-img {
  display: block;
  /*object-fit: cover;*/
  height: 100%;
  width: 100%;
}

.no-photo {
  align-items: center;
  color: gray;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  height: 100%;
}

.no-photo-bg {
  border: 1px solid grey;
  width: 435px;
}

.no-photo-md {
  border: 1px solid grey;
  width: 235px;
}

.no-photo-sm {
  width: 155px;
}
