@media (max-width: 40em) {
    
.today-only img {
    display: none;
}

.today-only-sm {
    height: 65px;
    background-color: #990000;
}


.today-only-sm p {
    font-family: "alternate_gothic_fsno_3",sans-serif;
    font-size: 1.875rem;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    padding-top: 5px;
    padding-bottom:5px;
}

}


@media (min-width: 40em) {
    
.today-only {
width: 25%;
height: 50%;
position:absolute;
z-index:5;
bottom:20px;
left: 100px;
}

.today-only-sm {
    display:none;
}

}

@media (min-width: 50em) {
    
.today-only {
width: 20%;
height: 25%;
position:absolute;
z-index:5;
bottom:50px;
left: 150px;
}

.today-only-sm {
    display:none;
}
}


@media (min-width: 60em) {
    
.today-only {
width: 20%;
height: 25%;
position:absolute;
z-index:5;
bottom:50px;
left: 150px;
}

.today-only-sm {
    display:none;
}
}


@media (min-width: 70em) {
    
.today-only {
width: 75%;
height: 75%;
position:absolute;
z-index:5;
bottom:-35px;
left: 200px;
}

.today-only-sm {
    display:none;
}

}