// Email Alert popup #email-alert{ width: 600px; } .email-alert{ width:600px; } .email-top{ .alert-btn{ float: left; background: url("../img/quick-chart-icons.svg") no-repeat 0 0; display: block; width: 35px; height:49px; cursor:pointer; &:hover{ background-position: 0 bottom; } &.active{ background-position: 0 bottom; } } .real-gross{ float: left; font-size: 16px; text-transform: uppercase; margin: 0 0 0 10px; line-height: 18px; width:520px; span{ font-size: 12px; text-transform:capitalize; } } .alert-text{ font-size: 13px; font-style: italic; margin: 10px 0; } } @media screen and (max-width:$mobile-landscape){ #email-alert{ width:450px } }