/*
Theme Name: Fudge 2
Theme URI: http://www.showthemes.com/conference-wordpress-theme-fudge
Author:  Showthemes
Author URI: http://www.showthemes.com
Version: 1.2.6
*/

/**
    Small Devices / Phone Devices
 */
@media (min-width: 50px) {
    .page-template-default:not(.home) .site__content img {
        width: 100%;
        height: auto;
        outline: none;
    }

    .site__centered img[class*=" wp-image-"] {
        width: 100% !important;
        height: auto !important;
        outline: none !important;
    }
}

/**
    Small Devices / Phone Devices
 */
@media (min-width: 576px) {
    .page-template-default:not(.home) .site__content img {
        width: 100%;
        height: auto;
        outline: none;
    }

    .site__centered img[class*=" wp-image-"] {
        width: 100% !important;
        height: auto !important;
        outline: none !important;
    }
}

/**
    Tablet Devices / Medium Layouts
 */
@media (min-width: 768px) {
    .page-template-default:not(.home) .site__content img {
        width: 100%;
        height: auto;
        outline: none;
    }

    .site__centered img[class*=" wp-image-"] {
        width: 100% !important;
        height: auto !important;
        outline: none !important;
    }

}

/**
    Desktops / Large Devices
 */
@media (min-width: 992px) {
    .page-template-default:not(.home) .site__content img {
        width: auto;
        height: auto;
        outline: none;
    }

    .site__centered img[class*=" wp-image-"] {
        width: auto !important;
        height: auto !important;
        outline: none !important;
    }
}

/**
    Extra Large Devices / Large Desktops
 */
@media (min-width: 1200px) {
    .page-template-default:not(.home) .site__content img {
        width: auto;
        height: auto;
        outline: none;
    }

    .site__centered img[class*=" wp-image-"] {
        width: auto !important;
        height: auto !important;
        outline: none !important;
    }
}


