Skip to content
CAPTION
CAPTION
CAPTION
CAPTION
CAPTION
CAPTION
CAPTION
CAPTION
/* Journal overlay logo responsive sizing */
.section-template--19304050557101__main .journal-logo-overlay__img {
height: 50vh; /* default desktop */
max-height: 600px; /* cap on large screens */
width: auto;
}
/* Medium screens */
@media (max-width: 1200px) {
.section-template--19304050557101__main .journal-logo-overlay__img {
height: 30vh;
max-height: 300px;
}
}
/* Tablets */
@media (max-width: 768px) {
.section-template--19304050557101__main .journal-logo-overlay__img {
height: auto;
max-height: 120px; /* really clamp down */
}
}
/* Small phones */
@media (max-width: 480px) {
.section-template--19304050557101__main .journal-logo-overlay__img {
height: auto;
max-height: 80px; /* extra small so it always fits */
}
}