/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

#bgearth {
    position: absolute;
    top: -38vw;
    width: 50vw;
    right: -200px;
    pointer-events: none;
    z-index: 0;
}

@media screen and (max-width: 480px) {
    #bgearth {
    position: absolute;
    top: -95vw;
    width: 90vw;
    right: -4vw;
    pointer-events: none;
    z-index: 0;
    }
}