/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2012 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

#bg_default {
    background-color: #9a7897; /* Fallback color */
}

@media only screen {
    /*#bg_default::after {*/
    /*content: "orientation landscape (1024x710)";*/
    /*}*/
    #bg_default {
        background-image: url('../summit2014/SYD_1024x640.jpg');
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /*#bg_default::after {*/
    /*content: "orientation landscape (1024x710, retina)";*/
    /*}*/
    #bg_default {
        background-image: url('../summit2014/SYD_2048x1280.jpg');
    }
}

@media only screen and (min-width: 1280px) {
    /*#bg_default::after {*/
    /*content: "desktop (1280x768)";*/
    /*}*/
    #bg_default {
        background-image: url('../summit2014/SYD_1280x800.jpg');
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px) {
    /*#bg_default::after {*/
    /*content: "desktop (1280, retina)";*/
    /*}*/
    #bg_default {
        background-image: url('../summit2014/SYD_2048x1280.jpg');
    }
}

@media only screen and (min-width: 2048px) {
    /*#bg_default::after {*/
    /*content: "desktop (2048x1536)";*/
    /*}*/
    #bg_default {
        background-image: url('../summit2014/SYD_2048x1280.jpg');
    }
}
