.tile {
	cursor: pointer;
}

.tile.journal .shadow {
	position: absolute;
    width: 100%;
    height: 100%;
}

.tile.journal.jbjs .shadow {
    background-color: #8e382f;
    opacity: .5;
}

.tile.journal.case .shadow {
    background-color: #fcc175;
    opacity: .55;
}

.tile.journal.est .shadow {
    background-color: #8c88c5;
    opacity: .5;
}

.tile.journal.reviews .shadow {
    background-color: #f0c859;
    opacity: .5;
}

.tile.journal.jopa .shadow {
    background-color: black;
    opacity: .5;
}

.tile.journal.oa .shadow {
    background-color: #0088db;
    opacity: .45;
}

.tile.desktop {
	position: relative; 
	width: 100%; 
	height: 100%; 
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
	box-shadow: 0px 2px 8px 0px rgb(0, 0, 0, 50%);
}

.tile.desktop > .page_subtitle {
	position: absolute; 
	left: 1em; 
	right: 1em; 
	bottom: 16%; 
	margin: 0; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	text-align: center; 
	white-space: nowrap; 
	font-family: proxima-nova, sans-serif; 
	font-style: normal; 
	font-weight: 400; 
	color: white;
}

.tile.desktop > .line {
	position: absolute; 
	left: 50%;
	bottom: 10%; 
	transform: translateX(-50%);
	width: 300px;
	max-width: 60%;
	height: 1.1px; 
	background-color: white;
}

.tile.desktop.issue > .page_subtitle {
	color: #53575a;
}

.tile.desktop.issue > .line {
	background-color: #53575a;
}

.tile.desktop.home.issue {
	background-size: contain;
}

.tile.desktop.journal.issue > .logo {
	position: absolute;
    top: 0;
    width: 100%;
    height: 65%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.tile.mobile {
	text-align: center; 
}

.tile.mobile > .image {
	position: relative; 
	width: 100%;
    height: 75%;
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	background-position: center; 
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 8px 0px rgb(0, 0, 0, 50%);
}

.tile.mobile.issue > .image {
    background-size: contain;
}

.tile.mobile.journal.issue > .image {
	background-size: cover;
	background-position-x: 20%;
}

.tile.mobile.journal.issue > .image > .logo {
	position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center;
}

.tile.mobile > p {
	margin: 1em 0;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	font-family: proxima-nova, sans-serif; 
	font-style: normal; 
	font-size: calc(6px + 1.8vw); 
	font-weight: 400;
	color: black; 
}

.tile.mobile.home > p {
	margin: 0.75em 0;
}
