﻿@import url("artwork.css");

.image_container {
  float:left;
  position: relative;
  margin: 20px 0 5px 25px;
}

/* Make the image to responsive */
.image {
  display: block;
  max-height: 333px;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 95.3%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 4px;
  text-align: center;
}