div.promoinfo1
{
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 5;
    color: hsl(200,60%,60%);
    font-size: 36px;
    font-weight: normal;
    font-family: tahoma,arial,verdana,sans-serif;
}

div.promoinfo2
{
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 5;
    color: hsl(200,60%,60%);
    font-size: 28px;
    font-weight: normal;
    font-family: tahoma,arial,verdana,sans-serif;
}

div.promoinfo3
{
    position: absolute;
    top: 240px;
    right: 70px;
    z-index: 5;
    /*	color: #08457e;
        color:  #FFAC00;
        color: hsl(200,60%,60%); */
    color:  #FFAC00;
    font-size: 60px;
    font-weight: bold;
    font-family: tahoma,arial,verdana,sans-serif;
}

div.promoinfo4
{
    position: absolute;
    top: 370px;
    left: 40px;
    z-index: 5;
    color: hsl(200,60%,60%);
    font-size: 32px;
    font-weight: normal;
    font-family: tahoma,arial,verdana,sans-serif;
}

@media (max-width: 769px) {
    div.promoinfo4,
    div.promoinfo2,
    div.promoinfo3,
    div.promoinfo1 {
        position: initial;
    }
}
