@media only screen and (max-width: 768px) {

.home main picture.w-full{
	    background-image: url(https://www.alberta.com.mt/app/uploads/home-mobile-banner.jpg);
        background-size: cover;
}

.home main picture.w-full img{
	display:none;
}
}
