.views-field-field-youtube-url .field-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.views-field-field-youtube-url iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-play-title {
  padding: 7px;
  cursor: pointer;
  border-radius: 5px;
  transition: all ease 0.5s;
}

.youtube-play-title:hover {
  background-color: #dedede;
}

.view-videos .views-row {
  width: 100%;
}

.video-container {
  padding: 0;
}

#youtube-title {
  display: flex;
  align-items: center;
}

#youtube-title img {
  width: 60px;
  height: auto;
  border-radius: 3px;
}

.youtube-image {
  flex: 100px;
  flex: none;
}

#youtube-title .title-label {
  font-size: 13px;
  padding-right: 12px;
}

.active-title {
  background: rgb(62,145,129);
  background: linear-gradient(90deg, rgba(62,145,129,1) 0%, rgb(47 118 127) 100%);
  color: #fff;
}