.hover-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.hover-item-title {
  padding: 15px;
}

.hover-item {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
  width: 270px;
  position: relative;
  height: 130px;
  transition: height 0.5s;
}
@media screen and (max-width: 768px) {
  .hover-item {
    height: auto;
    width: 100%;
  }
}
.hover-item.item-hidden {
  display: none;
}

.animating {
  z-index: 10;
}

.hovering {
  z-index: 20;
}

.hover-item-details {
  padding: 10px;
  position: absolute;
  top: 130px;
}
@media screen and (max-width: 768px) {
  .hover-item-details {
    position: initial;
  }
}

.hover-list-search-form {
  display: flex;
}
.hover-list-search-form input {
  flex-grow: 1;
  border-right: 0;
}
.hover-list-search-form .btn--action {
  width: 115px;
}

.hover-item-content {
  height: 130px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transition: height 0.5s;
}
@media screen and (max-width: 768px) {
  .hover-item-content {
    position: initial;
    height: auto;
  }
}

.hover-item-top-content {
  display: flex;
  height: 130px;
}

.space-filler {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  min-height: 0;
  pointer-events: none;
}

.hover-item-logo {
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 100px;
  margin: auto;
  background-position: center;
}

.hover-item-image {
  width: 100px;
  border-bottom: 5px solid #fce600;
  background-color: #ddd;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
}
/*# sourceMappingURL=hover-list.css.map */
