/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#location-1, #nip {
	transition: none !important;
    /* Hints to the browser that this element will move, allowing it to prep the GPU */
    will-change: transform; 
    /* Ensures the element renders cleanly while moving */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}