/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

 #fixedImage {
                position: fixed;
                right: 0;
                bottom: 0;
                z-index: 100;
                max-width: 250px;
                max-height: 150px;
            }

.gscale img {
	height:150px;
}
@media (max-width: 520px){
	h1, .title-h1 {
	font-size:25px !important;
}
    #fixedImage {
    width: 170px;
}
}
@media (max-width: 360px){
	h1, .title-h1 {
	font-size:20px !important;
}
}