.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;
}