
.wrapper-starbust{
    position: absolute;
    top:-50px;
    left:150px;
}
@media all and (max-width : 1025px) {
    .wrapper-starbust{left:0px;}
}

.starburst {
    display:block;
    width:8em;
    height:8em;
    background:yellow;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    rotation:-90deg;
    position:relative;
    top:2em;
    left:2em;
    text-align:center;
    text-decoration:none;
    color:#000;
    font-weight:900;
    font-family:'Lato', sans-serif;
    font-size: 18px;
}
.starburst span {
    display:block;
    width:8em;
    height:8em;
    background:yellow;
    -webkit-transform:rotate(22.5deg);
    -moz-transform:rotate(22.5deg);
    rotation:22.5deg;
    color:#000;
}