/**
 *
 * Large Devices
 *
 */
@media (min-width: 1280px) {
    .image-bg{
        background-attachment: fixed;
    }
}
