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

/* Make the image to responsive */
.image {
  display: block;
  max-height: 641px;
  margin: 0 7px 10px 0;
}

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

.demo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  max-height: 1100px;
}
