.flash-element{
    z-index: 99999;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
}
#contact-image-background{
    background-size: contain;
    top:1;
}
@media only screen and (max-width: 600px) {
    #contact-image-background{
        background-size: cover;
        top:0;
    }
  }