#home-carousel-slide-1 {
    background: url(assets/images/688c58ff-d594-4159-8062-f3b12a9a8831);
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home-carousel-slide-2 {
    background: url(assets/images/53452c70-1521-4726-b296-18bc2cc23ed5);
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home-carousel-slide-3 {
    background: url(assets/images/144f56b3-c365-47a9-b629-9b3ef9bd6928);
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media (max-width: 1024px) {
    .flex-direction-nav {
        display: none!important;
    }
}

@media (max-width: 480px) {
    #home-carousel-slide-1,
    #home-carousel-slide-2,
    #home-carousel-slide-3 {
        background-image: none;
    }
}