header.band {
    background: #D6DEF3;
    color: white;
    padding: 0 0 40% 0;
}


header.band h1 {
    font-size: 3em;
    line-height: 1em;

}

@media only screen and (min-width: 500px) {



    header.band {
        background-image:url(//s3-eu-west-1.amazonaws.com/mw-image-storage/zalando-statement-coats-header.jpg);
        background-size: 100%;
    }

    header.band h1 {
        font-size: 3.25em;
    }

    a.button {
        padding: .75em 1.5em;
    }

}

#product-ball{
    display: none;
    border-radius: 50%;
    width: 200px;
    height: 200px; 
    background-color: rgba(148,20,5,0.95);
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
    color: #FFF;
box-shadow: 0px -3px 6px rgba(0,0,0,0.4);
     border: 5px solid #FFF;
}

#product-ball #info{
    position: absolute;
    top: 23%;
    text-align: center;
    width: 180px;
    padding: 0 10px;
}

#product-ball #info #brand{
      font-family: serif;
font-size: 0.9em;
font-style: italic;
letter-spacing: 2px;
}

#product-ball #info #title{
      font-size: 1.3em;
}

#product-ball #info #link-wrapper{
    border: 1px solid rgba(255,255,255,0.7);
    padding: 5px;
    width: 50%;
    margin: 10px auto 0;
}
#product-ball #info #link-wrapper:hover{
   background-color: rgba(255,255,255,0.3);
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#product-ball #info a{
   color: #FFF;
   text-decoration: none;
}

.bts p{
  font-size: 12pt;
line-height: 17pt;
}