#block-kellogg-menu-links-ug-start-here {
  position: absolute;
  right: 30px;
  top: 80px;
  z-index: 100;
  background:#000;
}

#block-kellogg-menu-links-ug-start-here.fixed {
  position:fixed;
  top:40px;
}

.ug-start {
    display:block;
    width:200px;
    height:59px;
    right:30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    font-size:0;
    transition: .2s;
    background-size:cover;
    background: #BB3D3D no-repeat center center;
}

.ug-start.ug-front {
  background-image:url('ug-start-here-button.png');
}

.ug-start.ug-internal {
  background-image:url('ug-start-here-button-inside.png');
}

.ug-start:hover {
  opacity:.9;
}
