#site-header {
    display: none !important;
}

.pins_animation.ihotspot_pulse {
    -moz-animation: Ani 1s infinite;
    -webkit-animation: Ani 1s infinite;
    animation: Ani 1s infinite;
    color: red;
}

#powerTip {
    background-color: white;
    color: black;
    border: 1px solid black;
}


@media (max-width: 500px){
div#powerTip {
    position: fixed;
    top: 33%!important;
    left: 28%!important;
    width: 50%;
    height: 10%;
    overflow-x: hidden;
    overflow-y: auto;
}
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #3597EC;
    width: 100%;
}

.pins_animation {
    border: 3px solid red;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 20px red;
    pointer-events: none;
}