/* DISABLE SELECTION & DRAGGING */
*, *::after, *::before {
    -webkit-user-select: none; /* Safari, Chrome */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE */
    user-select: none; /* CSS3 */
    
    /* -webkit-user-drag: none; */
	/* -webkit-app-region: no-drag; */
	cursor: default;
}


#DebugInfo {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.no-pointer {
    /* Don't Block Mouse Events */
    pointer-events:none;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.center-h {
    position: absolute;
    left: 50%!important;
    /*top: 50%;*/
    /*transform: translate(-50%, 0%);*/
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.center-v {
  position: absolute;
  /*left: 50%;*/
  top: 50%;
  transform: translate(0%, -50%);
}




#NavigationBar{
    position: absolute;
    z-index: 1001;
    transition: none!important; 
    -webkit-animation: none!important;
    /* -webkit-transition: all 0.5s; */
    /* transition: all 0.5s; */
}

#NavigationBar.defocus {
    z-index: 999;
}




img.inside_scroller.photo.manual {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    width: 100%!important;
}
img.inside_scroller.photo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    /* width: 70%!important; */
    width: 100%!important;
}
 

/* .dialog.History #image-placeholder { */
    /* background-color: rgba(255, 4, 1, 0.56); */
    /* width: auto;
    position: absolute;
    z-index: 20;
    height: 564px;
    left: -3px;
} */


section.image_placeholder img {
    /* width: auto;
    height: auto;
    pointer-events: none;
    position: absolute;
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); */
} 

/* 
.frame {
    display: -webkit-box;
    display: flex;

    -webkit-box-align: center;
            align-items: center;
  } */
    /**
    Uncomment 'justify-content' below to center horizontally.
    ✪ Read below for a better way to center vertically and horizontally.
    **/
    /*justify-content: center;*/


/*  
.dialog.History section.image_placeholder {
    display: -webkit-box;
    display: flex; */
    /**
    Uncomment 'justify-content' below to center horizontally.
    ✪ Read below for a better way to center vertically and horizontally.
    **/
    /*justify-content: center;*/
    /* -webkit-box-align: center;
            align-items: center;
} */

/* 
section.image_placeholder img {
    height: auto;
}
  */
/* section.image_placeholder img {
    width: inherit!important;
    height: inherit!important;
    pointer-events: none!important;
    position: initial!important;
} */


/* 
section.image_placeholder img {
    width: 450px!important;
}
.dialog.History section.image_placeholder {
    transform: translate(1046px, 125px)!important;
} */


/* #image-placeholder img {
    width: 470px!important;
    top: -10px;
}
 */


#image-placeholder img {
    width: 450px!important;
    top: 10px;
}

img#_assets_images_management_strategies_photos_fire_png {
    width: 420px!important;
    top: -70px;
    left: 40px;
}



img#_assets_images_natural_areas_crystal_lake_photos_park_renovation_plans_png, 
img#_assets_images_natural_areas_busey_woods_photos_tie_to_apnc_png {
    width: 600px!important;
    /* top: 40px; */
}

img#_assets_images_natural_areas_crystal_lake_photos_lakehouse_boathouse_png {
    width: 500px!important;
    top: -30px;
    left: 10px;
}


img#_assets_images_natural_areas_perkins_park_photos_brownscape_to_green_png {
    top: -30px;
}
img#_assets_images_natural_areas_perkins_park_photos_sanitary_district_png {
    top: -35px;
}


img#_assets_images_natural_areas_weaver_park_photos_kickapoo_rail_trail_png {
    width: 550px!important;
    left: 10px;
}




img#_assets_images_natural_areas_weaver_park_photos_kickapoo_rail_trail_png {
    width: 600px!important;
}


img#_assets_images_natural_areas_weaver_park_photos_master_plan_agency_collaboration_png {
    top: -70px;
}

img#_assets_images_management_strategies_photos_canada_geese_png {
    width: 510px!important;
}



/* img#ponds_and_wetlands {
    width: 450px!important;
    top: -30px;
    left: 20px;
} */

img#ponds_and_wetlands {
    width: auto!important;
}