/*-------------------------------------------------------------------------------------
Theme Name:
Theme URI:
Version:	1.0
Author:		Mazen Elabd
1. IMG
2. ALBUMS
-------------------------------------------------------------------------------------*/

/*-------------------------------- 1. IMG --------------------------------*/

img {
  height: 35vh;
  max-width: 95vw;
}
.rounded:hover {
  transform: scale(1.02);
  transition: 0.5s ease;
  opacity:0.85;
}
.album-front,.gallery1 {
  display: inline-block;
  position: relative;
}
span {
  font-family: 'Sawarabi Mincho', serif;
}

/*-------------------------------- 2. ALBUMS --------------------------------*/
.description , .album-icon {
  display: grid;
  position: absolute;
  color: #fff;
  padding: 5px;
  margin:0;
  font-size: 22px;
  line-height: 32px;
  opacity: 1;
  color: #fff;
  transition: 0.5s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.album-icon {
  top: 0;
  right: 0;
  text-align: right;
}
.description{
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  width: 100%;
}
.description .description-heading{
  font-size: 1em;
  font-weight: bold;
}
a:hover .description {
  opacity: 1;
}
a:hover .album-icon {
  font-size: 25px;
  font-weight: bold;
}
