:root {
	--width-content-max: 100%;
}
.landscape:root {
	--width-compact-div: 555px;
}
.portrait:root {
	--width-compact-div: 333px;
}





.bold {
    font-weight: bold;
}





.description {
    font-size: 80%;
    opacity: 80%;
}
.description div {
    height: fit-content;
    padding: 0;
}




.text.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px auto;
}





.thumbnail.wrapper {
    width: 100px;
    border: 1px solid #f4eeee;
    height: 100px;
	margin: 10px auto;
}





.title.wrapper {
    font-family: "Enriqueta";
    font-size: 150%;
    line-height: 125%;
    font-weight: 500;
    text-align: center;
    margin: 10px auto 10px auto;
    text-transform: capitalize;
}





.centred_image_small  {
	width: 100%;
	max-width: 222px;
	margin: 20px auto;
	display: block
}





.compact_div {
	width: 100%;
	max-width: var(--width-compact-div);
	margin: 20px auto;
	display: block;
}





.image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}





.portrait .page.wrapper {
    !width: 80%;
}










.date.wrapper > div {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.date.wrapper > div:nth-child(even) {
    /* background: yellow; */
    font-size: 200%;
}
.date.wrapper > div:nth-child(odd) {
    background: #ed143dbf;
    font-size: 80%;
    height: 17px;
    color: wheat;
}
.date.wrapper {
    height: 64px;
    width: 64px;
    /* border: 1px solid lightgrey; */
    text-align: center;
    padding: 0;
    gap: 1px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px 5px #eeeeee;
}





.image_zoomed {
    overflow: auto;
    /* background-position: center; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    height: 100%;
    width: 100%;
    display: block;
}
.image_zoomed img {
    /* height: 100%; */
    /* width: auto; */
}
