.newsletter {
    position: fixed;
    height: 400px;
    color: #dd0202;
    width: 300px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 20px -20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nw-static {
    bottom: -345px;
    right: -225px;
}
.nw-shift {
    bottom: 0px;
    right: -1px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}
#mail-list {
    display: flex;
    cursor: pointer;
}
.nw-icon {
    width: 100px;
}
.nw-shift .nw-icon img{
    max-height: 70px !important;
}
.nw-static .nw-icon img{
    max-height: 50px;
}
.nw-icon img{
    margin: -15px 0 0 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.newsletter-signup {
    border-top: 1px solid #d4d4d4;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.newsletter h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}