.feedback {
    position: fixed;
    background: #0d5270;
    bottom: 10%;
    right: 0;
    z-index: 10000;
    background: url('../img/feedback-email-icon.png') no-repeat;
    width: 107px;
    height: 65px;

}