body {
  background-color: black;
}
.youtube-in-thumb {
  width: 450px;
  margin-left: 2rem;
  font-family: arial;
}

.youtube-thumbnail-image {
  width: 450px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s;
  margin: 0;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.a-wrap {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

/* youtube time */
.youtube-thumbnail-time {
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.title-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}

.author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.5s ease-in-out;
}

.title {
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 19px;
  text-decoration: none;
  color: black;
  transition: 0.5s;
  line-height: 30px;
}

/* title hover smooth */
.title:hover {
  color: rgb(58, 58, 58);
  transition: 0.5s;
}
.youtube-thumbnails {
  transition: 0.5s;
}

.a-wrap:hover {
  filter: brightness(90%);
  transform: scale(1.02);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -webkit-filter: brightness(90%);
}

.author-img:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.author-img-hvr:hover {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}

/* asdasd */

.detail {
  height: 170px;
  display: flex;
  flex-direction: row;
}

.author-img {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50px;
  transition: 0.15s;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
}

.author-name {
  text-decoration: none;
  color: rgb(96, 96, 96);
  margin-bottom: 5px;
}

.author-name:hover {
  color: rgb(148, 148, 148);
}

.upload-date {
  color: rgb(96, 96, 96);
}

.title-text {
  text-decoration: none;
  line-height: 30px;
  font-size: 22px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 2줄 이상일 때 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: white;
  margin-right: 5px;
}

.title-text:hover {
  color: rgb(240, 98, 98);
}

.authors {
  font-size: 20px;
  margin: 0;
  margin-bottom: 12px;
}

/* new */

.profile-container {
  position: relative;
  display: inline-block;
}

.authors-profile {
  opacity: 0;
  background-color: white;
  width: 300px;
  padding: 16px 16px;
  box-shadow: 0px 0px 1rem rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  position: absolute;
  top: 70px;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: scale(100%);
  transition: opacity 0.2s;
  -webkit-transform: scale(100%);
  -moz-transform: scale(100%);
  -ms-transform: scale(100%);
  -o-transform: scale(100%);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}

.profile-container:hover .authors-profile {
  opacity: 1;
  transform: scale(1.06);
  transition: transform 0.5s;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.authors-profile-img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 12px;
}

.authors-profile-name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}

.authors-profile-subscriber {
  color: rgb(96, 96, 96);
  font-size: 18px;
}

/* HOVER INFO FFFFFFFFFFFFFAAAAAAIIIIIIIILLLLLLLLL

.profile-hover {
  opacity: 0;
  transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  top: 350px;
  pointer-events: none;
  left: 10;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -2.5px rgb(165, 165, 165);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.authors-profile {
  display: flex;
  align-items: center;
}

.authors-profile-img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50px;
}

.inside-profile-margin {
  display: flex;
  margin: 18px;
  margin-right: 60px;
}

.authors-profile-name {
  font-size: 28px;
  font-weight: bold;
  color: black;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 5px;
}

.authors-profile-subscriber {
  color: gray;
  font-size: 21px;
  margin: 0;
}

/* VISIBILITY */

/* .author-img:hover .profile-hover {
  opacity: 1;
  transition: 0.15s;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
} */
