/* CSS Document */

.blocco-elemento-grande{
	margin-top: 64px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
}

.blocco-elemento-grande:not(.rispetta-proporzioni){
	overflow: hidden;
	max-height: 100vh;
	aspect-ratio:16/9;
}


.blocco-elemento-grande img{
	width: 100%;
}

.blocco-elemento-grande iframe{
	width: 100%;
}
.blocco-elemento-grande:not(.rispetta-proporzioni){
	aspect-ratio: 2.2 / 1;
}
	
.blocco-elemento-grande video{
    width: 100%;
}

.blocco-elemento-grande:not(.rispetta-proporzioni){
	aspect-ratio: 2.2 / 1;
}

.blocco-elemento-grande .dida{
	width: 100%;
	padding: 8px;
	
	color: var(--colore_grigio);
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
	
	background-color: #fff8f0;
	z-index: 5;
	position: absolute;
	bottom:0;
	left: 0;
}

@media only screen and (max-width: 820px) {
	
}

@media only screen and (max-width: 480px) {
}

