html {
    background-color: #EDEC90;
	vertical-align: middle;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

div#title {
	font-weight: bold;
	font-size: calc(16px + 1.5vw);
	width: 31vw;
	margin: auto;
	text-align: center;
}

.disciple-gallery-picture {
	display: block;
	margin: auto;
	width: 25vw;
	min-width: 400px;
	padding: 20px;
}

.disciple-gallery-picture img {
	display: block;
	margin: auto;
	width: 100%;
	padding-bottom: 10px;
}

.disciple-gallery-picture div.caption {
	font-weight: bold;
	margin: auto;
	text-align: center;
	font-size: 1.1em;
}

.disciple-gallery-picture div.caption span {
	font-size: 0.9em;
}

.swamis-picture-line {
    align-items: unset;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.swamis-picture-line .disciple-gallery-picture {
	display: inline-block;
    width: 150px;
    height: 320px;
    margin: revert;
	min-width: 0px;
}

.swamis-picture-line .disciple-gallery-picture div.img-div {
	height: 240px;
}

.swamis-picture-line .disciple-gallery-picture div.img-div img {
    padding-bottom: 0px;
}

#swamis-picture-line-1 .disciple-gallery-picture#book-5 {
	height: 200px;
}

#swamis-picture-line-1 .disciple-gallery-picture#book-5 div.img-div {
	height: 127px;
}

#swamis-picture-line-2 .disciple-gallery-picture {
	padding: 30px;
}

#swamis-picture-line-2 .disciple-gallery-picture#three-part-telugu {
	width: 260px;
}

#swamis-picture-line-2 .disciple-gallery-picture#green-purple {
	width: 220px;
}

#swamis-picture-line-2 .disciple-gallery-picture#green-purple div.img-div {
	height: 172px;
}

#back-link {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.5em;
}

#back-link a {
	color: #F15A24;
	text-decoration: none;
	font-weight: bold;
}

@media (min-width: 900px) and (max-width: 1400px) {
    div#title {
	    font-size: calc(24px + 1.5vw);
	    width: 51vw;
    }
}

@media (max-width: 900px) {
    div#title {
	    font-size: calc(32px + 1.5vw);
	    width: 71vw;
    }
}

@media (max-width: 792px) {
    div#title {
	    font-size: calc(32px + 1.5vw);
	    width: 71vw;
    }
}