canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
.home-hero {
    background-image: url("../assets/images/limassol-marina-hero-dark.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#particles-js {
    width: 100%;
    height: 100%;
    background-color: #212121;
}

.careers-hero {
    background-image: url("../assets/images/limassol-center.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}