<?php
if ( get_header_image() ) { ?>
<header id="masthead" class="site-header header-background-image" style="background-image: url(/wp-content/uploads/2019/03/logo-1.png) " role="banner">
<?php } else { ?>
<header id="masthead" class="site-header" role="banner">
<?php }
?>
<?php
// <header id="masthead" class="site-header" role="banner">
?>
<div class="site-logo">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" style="top: 10px;">
<div class="screen-reader-text">Go to the home page of <?php bloginfo( 'name' ); ?></div>
<?php if ( has_site_icon() ) : ?>
<?php $site_icon = esc_url( get_site_icon_url( 270 ) ); ?>
<img class="site-icon" src="/wp-content/uploads/2019/04/The-Remote-Future-Summit-logo.png" alt="" >
<?php else : ?>
<?php $the_site_firstletter = substr(get_bloginfo('title'), 0, 1); ?>
<div class="site-firstletter" aria-hidden="true">
<?php echo $the_site_firstletter; ?>
</div>
<?php endif; ?>
</a>
</div>
#mysticky-nav.up .site-logo{ display: none; }
#mysticky-nav.wrapfixed.up .site-logo{ display: block; }
<header id="masthead" class="site-header myfixed" role="banner" style="width: 1680px;">
.site-logo img {
display: none;
}
.myfixed img {
display: block;
}