.media-collection-item.card {
  height: 330px;
  margin-bottom: 30px;
  border: none;
}
.media-collection-item.card .content {
  position: absolute;
  bottom: 45px;
  margin: 10px;
  text-align: left;
}
.media-collection-item.card .card-img {
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
  border-radius: 0;
}

.youtube-img-flickr {
  height: 186px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(168, 168, 168, 0.1);
  position: relative;
}
.youtube-img-flickr .thumbnail-img {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.youtube-img-flickr .default-content {
  width: 100%;
  height: 186px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(7.6rem);
          transform: translateY(7.6rem);
}
.youtube-img-flickr .default-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
.youtube-img-flickr .default-content .default-content-title-wrapper {
  height: 65px;
  padding: 22px 0px;
}
.youtube-img-flickr .default-content .default-content-title-wrapper .default-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 245px;
}
.youtube-img-flickr:hover .thumbnail-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  height: 100%;
}
.youtube-img-flickr:hover .default-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
.youtube-img-flickr:hover .custom-default-content {
  padding-top: 30px;
}
