/**
 * @file
 * Visual styles for Confea Theme's images placeholder.
 */
div.placeholder {
  background-image: url('/themes/confeatheme/images/placeholder.jpg') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  width: 100%;
}

