.author-card {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.author-card-image {
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  transition: all 1s;
}

.author-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Change the transition duration to 1s */
}

.author-card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 20px;
  opacity: 0;
  transition: opacity 1.5s ease-in-out; /* Change the transition duration to 1s */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.author-card:hover .author-card-image {
  transform: scale(1.1);
}

.author-card:hover .author-card-overlay {
  opacity: 0.8;
}

.author-card:hover .author-card-content {
  opacity: 1;
}
.author-card-name {
  text-align: center;
}
.author-card-name h3{
	color:black;
}

.author-card-name p{
	color:black;
}

.author-card-description {
    text-align: center;
	padding: 7px;
}

.expand-author-social-spotify {color: #1DB954;}
.expand-author-social-itunes {color: #D948DD;}
.expand-author-social-google-play {color: #ffd119;}
.expand-author-social-stitcher {color: red;}
.expand-author-social-youtube {color: #FF0000;}
.expand-author-social-rss {color: #f26522;}
.expand-author-social-lastfm {color: #d51007;}
.expand-author-headline {font-size: 17px;}
.expand-author-social-iheartradio{width: 32px;}
.expand-author-social-pandora{width: 32px;}
.expand-author-social-soundcloud{color: orange;}
.expand-author-social-icon{margin:7px; font-size: 32px;}
.expand-author-link{align-items: center; flex-wrap: wrap; display: flex;}
.expand-author-social-deezer{color:green;}
.vm-ul li {list-style-type: none;}
.vm-ul li a {display: block;}
.expand-author-social-icon {font-size: 32px;}
.expand-author-link a{display: inline-flex;}
.expand-author-social-facebook {color: #3b5998;}
.expand-author-social-twitter {color: #1DA1F2;}
.expand-author-social-instagram {color: #833AB4;}
.expand-author-social-youtube {color: #FF0000;}
.expand-author-social-patreon {color: #f96854;}
.expand-author-social-linkedin {color: #0077B5;}
.expand-author-social-reddit {color: #ff4500;}
.expand-author-social-skype {color: #00AFF0;}
.expand-author-social-blogger {color: #f57d00;}
.expand-author-headline {font-size: 17px; padding-top: 17px;}
.expand-social-wrapper{margin-right: 17px;}
.expand-author-link a{color: #87291b;}
