@charset "utf-8";
/* ------------------------------------------------------------
cagliari-index.css | 14.07.2024 : 15.07.2024
Author: Sebastian Saternus | e-mail: s.saternus@gmail.com
------------------------------------------------------------ */

.header {/*background:url('../img/header.jpg') center -120px no-repeat; background-size:100% auto;*/}

.content-1 .foto-panel {border-radius:0 50vh 50vh 0;}
.content-2 .foto-panel {border-radius:50vh 0 0 50vh;}

/* -- FOTO: index -- */
#foto-1 {background:url('../img/foto-1.jpg') center center no-repeat; background-size:100% 100%;}
#foto-2 {background:url('../img/foto-2.jpg') center center no-repeat; background-size:auto 100%;}
#foto-3 {background:url('../img/foto-3.jpg') center center no-repeat; background-size:auto 100%;}
#foto-4 {background:url('../img/foto-4.jpg') right center no-repeat; background-size:auto 100%;}

@media screen and (max-width:999px) {
/* -- FOTO: index -- */
#foto-1 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-1.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-2 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-2.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-3 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-3.jpg') center center no-repeat; background-size:100% auto;
	}
#foto-4 {
	border-radius:50px 0 0 0;
	background:url('../img/foto-4.jpg') center center no-repeat; background-size:100% auto;
	}
}

@media screen and (max-width:449px) {
/* -- FOTO: index -- */
#foto-1 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-1.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-2 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-2.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-3 {
	border-radius:50px 0 50px 0;
	background:url('../img/foto-3.jpg') center center no-repeat; background-size:auto 100%;
	}
#foto-4 {
	border-radius:50px 0 0 0;
	background:url('../img/foto-4.jpg') center center no-repeat; background-size:auto 100%;
	}
}

/* --- cagliari-index.css [ 14.07.2024 ] --- */