.view-header p#description {
	padding-bottom:1rem !important;
}

.views-field-field-publication-edition {
    font-size: 1.2em;
    font-style: italic;
    margin: 0.3em auto;
}

.view-focus-magazines .view-header h1 {
	display:none;
}
.view-focus-magazines div.row {
		margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.view-focus-magazines img {
	max-width:125px !important;
	height:auto !important;
}
.view-focus-magazines .views-field.views-field-nothing {
    margin-bottom:2rem !important;
}


/*
.views-row {
  text-align:center;
  width: 100%;
  margin-top:1em;
  margin-bottom:1em;
}

.col-1, .col-2, .col-3 {
    flex: 0 0 20%;
    max-width: 33%;
}
img {
  max-width:100%;
  height:auto;
}
*/

nav.pager {
  margin-top: 2em;
  margin-left: -3em;
}
  
.other-media h2.row--title {
	text-align:left !important;
	margin-left:3rem;
}

@media (max-width: 600px) {
  .views-field-field-publication-edition {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .views-field-field-publication-edition {
    font-size: .8em;
  }
}