.content {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  text-align: left;
}

.card-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

.image-width {
  width: 100%;
  height: 220px;
}

.image-hover:hover {
  cursor: pointer;
}

/*.youtube-img {
	.unido-icon {
		position: absolute;
		top:30%;
		left:40%;
		width: 50px;
		min-width: 50px;
		height: 50px;
		color:#fff; 
	}
}*/
.youtube-item {
  height: 186px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(168, 168, 168, 0.1);
  position: relative;
}
.youtube-item .unido-play-button {
  display: none;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.youtube-item .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-item .default-content {
  width: 100%;
  height: 186px;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.7s;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(7.6rem);
          transform: translateY(7.6rem);
}
.youtube-item .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-item .default-content .default-content-title-wrapper {
  height: 65px;
  padding: 22px 0px;
}
.youtube-item .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-item:hover .thumbnail-img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.youtube-item:hover .default-content {
  padding-top: 30px;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
  background-color: rgba(255, 255, 255, 0.8);
}
.youtube-item:hover .custom-default-content {
  padding-top: 90px;
}
.youtube-item:hover .unido-play-button {
  display: block;
  margin: auto;
}
