@media (min-width:1280px){
.bg-img {
    /* The image used */
    background-image: url("../png/pathwaysline.png");
    min-height: 100px;
    /* Center and scale the image nicely */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
}