/* One full-width photograph, two details. Preserve every page's orientation. */
.calendar-visual{height:680px;min-height:680px}
.calendar-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1.65fr) minmax(0,1fr);height:auto;min-height:0}
.calendar-gallery-grid .calendar-gallery-item:first-child{grid-column:1/-1;grid-row:1}
.calendar-gallery-grid .calendar-gallery-item:nth-child(2){grid-column:1;grid-row:2;margin:0;height:100%}
.calendar-gallery-grid .calendar-gallery-item:nth-child(3){grid-column:2;grid-row:2;margin:0;height:100%}
.calendar-gallery-item.is-detail-crop::before{content:"03"}
.calendar-gallery-item.is-contain img{padding:0}
.calendar-visual::before{display:none}
.calendar-photo-note{flex:0 0 auto}
@media(max-width:820px){.calendar-visual{height:480px;min-height:480px}}
@media(max-width:540px){.calendar-visual{height:420px;min-height:420px}.calendar-photo-note{font-size:9px;line-height:1.55}}
