.bg {
background-size: cover;
background-color: black;
background-repeat:no-repeat;
}
@media only screen and (min-width: 1280px) {
.bg {
background-size: contain;
}
}
.slide-title {
top: 70%;
}
@media only screen and (max-width: 1036px){
.slide-title {
top: 65%;
width: 45%;
}
}
.sda.hpfooter {
position: absolute;
bottom: 20px;
right: 60px;
font-size: 14px;
color: white;
}
.petdesign24 {
position: absolute;
width: 250px;
height: 120px;
top: 90px;
left: 0;
font-size: 14px;
color: white;
background-image: url(https://stage.studioda.it/wp-content/uploads/2024/11/banner.png);
/* background-image: url(https://stage.studioda.it/wp-content/uploads/2024/11/banner_B.png); */
/* background-image: url(https://stage.studioda.it/wp-content/uploads/2024/11/banner_C.png);*/
background-size:contain;
background-position:center;
background-repeat:no-repeat;
}
@media only screen and (min-width: 1600px){.petdesign24 {left: 8%;} }
.petdesign24:hover {opacity:0.8; cursor:pointer; }