.photocompetition {}

.photocompetition__item {
  position: relative;
}

.photocompetition__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}

.photocompetition__summary {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}

.photocompetition__item:hover .photocompetition__summary {
  opacity: 1;
}

.photocompetition__author {
  font-weight: 700;
  font-style: italic;
}

.photocompetition__title {
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 700;
}

.photocompetition__descr {}

.photocompetition .slick-arrow::before {
  font-size: 32px;
}

.photocompetition__thumb {
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.photocompeititon__thumb-image {
  height: 115px !important;
  width: 100%;
}