#scene #content{
    display: block;
    padding: 20px;
    margin-top: 40px;
}
#scene #content .brand{
    display: block;
    text-align: center;
}
#scene #content .brand img{
    display: inline;
    margin: 5px;
    height:128px;
}
#scene #content .brand .brewery{
    display: block;
    text-align: right;
    margin-right: 50px;
    margin-bottom: 5px;
    color:rgb(153,1,26);
    font-size:18px;
}
#scene #content .brand .brewery a{
    font-size: 18px;
    color:rgb(245,191,5);
    font-weight: bold;
    text-decoration: none;
}
#scene #content .brand .brewery a:hover{
    color:rgb(153,1,26);
    text-decoration: underline;
}