.slideshow.jazz_container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: var(--height-content-inlay-middle-sections);
}





.slideshow-controls {
    z-index: 2;
    /* display: block; */
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}
.slideshow-controls .control:before {
    background: unset;
}
.portrait .slideshow-controls {
    right: 50%;
    transform: translateX(50%);
}
.portrait .slideshow-controls .control.resize,
.portrait .slideshow-controls .control.resize:before {
	display: none;
}





.slideshow .jazz_item {
    display: none;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    overflow: auto;

    z-index: 1;

    margin: auto;
}
.slideshow.fullview .jazz_item {
	width: 100%;
	height: 100%;
	max-width: unset;
}





.slideshow .jazz_item .slideshow_image {
	background-size: cover;
	!border: 1px solid lightgrey;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.portrait .slideshow .jazz_item .slideshow_image {
    background-size: cover !important;
}





.slideshow .jazz_item .caption {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    min-height: 40px;
    background: #f9c671d6;
    padding: 5px;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 1px;
    font-size: 17px;
    width: 80%;
    line-height: 17px;
}	
.slideshow .jazz_item .caption::before {
    position: absolute;
    border: 10px solid rgba(0,0,0,0.5);
    content: '';
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 1px;
}





.jazz_item .text_wrapper {
    border: 0px solid;
    text-align: center;
    max-width: 500px;
    margin: auto;
}





.jazz_container.grid {
    width: 100%;
}

.grid {
	overflow-y: auto;
}

.grid > .jazz_item {
	display: none;
}

.grid_image {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid_wrapper_mask {
    display: flex;
    justify-content: space-between;
	!border: 1px solid red;
	!padding: 5px;
	width: 100%;
}

.grid_wrapper_mask_column {
    display: flex;
    flex-direction: column;
    !border: 1px solid gold;
    margin: 5px;
    /* overflow: hidden; */
    justify-content: start;
    align-items: start;
    height: fit-content;
	position: unset;
	z-index: unset;
}

.jazz_item {
    max-width: 100%;
    width: 100%;
    margin: 0px auto;
	padding: 0px;
	!border: 1px solid var(--color-lightgrey);
}








.countdown.convertedToCountdown {
    margin: 10px auto;
    border: 1px solid lightgrey;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
}