.loop-wrapper.articles {
    width: 100%;
}

.issues.row .issue-thumb img {
	height: auto;
}

.issues.row .issue.first-in-row {
	clear: left;
}

.issue-archive-cover img {
	width: 100%;
	height: auto;
}

.latest-issue-cover {
	width: 100%;
	display: block;
}

.latest-issue-cover img {
	width: 100%;
	height: auto;
}

.issues nav.pagination {
	display: block;
	clear: both;
}

.issues .issue {
    max-width: 100%;
}

/* Magazine Module */
.magazine-module {
	display: table;
}

.magazine-module .mag-cover {
	float:left;
	width:40%;
}

.magazine-module .issue.col-sm-6 {
	width:100%;
    max-width:100%;
}

.magazine-module .issue-title {
	display:none;
}

.magazine-module .mag-links {
    float:left;
    width:58%;
}

.magazine-module .mag-links p {
    margin-top: 1em;
}

.gtx-issue-footer {
	margin-bottom: 10px;
}

@media (min-width:767px) and (max-width:980px) {
    .magazine-module .mag-cover {
		float:none;
		width:100%;
    }
    .magazine-module .mag-links {
		float:none;
		width:auto;
    	text-align:center;
    }
}

@media (min-width:480px) and (max-width:766px) {
	.magazine-module {
		margin:0 auto;
	}
}