#firework-left{
    max-height:200px;
    width: auto;
    height: auto;
    position: absolute;
    left: 30px;  
    top: 20px;
    opacity: 0.1;
}

#balloons-left {
    max-height:200px;
    width: auto;
    height: auto;
    position: absolute;
    left: 5%;  
    top: 450px;
    opacity: 0.2;
}

#balloons-right {
    max-height:200px;
    width: auto;
    height: auto;
    position: absolute;
    right: 5%;  
    top: 450px;
    opacity: 0.2;
}

#stork {
    transform: scale(-1, 1);
    max-height:150px;
    width: auto;
    height: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

#storkQuote { 
    text-align: right;
    line-height: 100%; 
    max-width:200px;
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    top: 165px;
    font-size: 24px; 
    font-family: 'Tangerine', serif; 
    font-weight: bold;
}

#storkQuoteAtrib { 
    text-align: right;
    line-height: 100%; 
    max-width:170px;
    width: auto;
    height: auto;
    position: absolute;
    right: 15px;
    top: 218px;
    font-size: 12px; 
    font-family: 'Dancing Script', serif; 
}

#pooh {
    max-height:150px;
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

#poohQuote { 
    text-align: right;
    line-height: 100%; 
    max-width:170px;
    width: auto;
    height: auto;
    position: absolute;
    left: 10px;
    bottom: 130px;
    font-size: 24px; 
    font-family: 'Tangerine', serif; 
    font-weight: bold;
}

#poohQuoteAtrib { 
    text-align: right;
    line-height: 100%; 
    max-width:170px;
    width: auto;
    height: auto;
    position: absolute;
    left: 98px;
    bottom: 112px;
    font-size: 12px; 
    font-family: 'Dancing Script', serif; 
}


@media (max-width: 950px) {

    #stork {
        display: none;
    }

    #storkQuote { 
        display: none;
    }

    #storkQuoteAtrib { 
        display: none;
    }

}

@media (max-width: 800px) {

    #pooh {
        display: none;
    }

    #poohQuote { 
        display: none;
    }

    #poohQuoteAtrib { 
        display: none;
    }

}

@media (max-width: 650px) {
    

    #balloons-right, #balloons-left { 
        display: none;
    }

}
  