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