/*
Project: 16-17_1.13
Resource: Headlines
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/

.commentary {
  display: none;
  margin-top: 20px;
}

.newspaper:hover {
  opacity: .8;
}

.img-center {
  margin: 0 auto;
}

.newspaper {
  margin-bottom: 20px;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {



}
