body {
    background-color:rgba(0,0,255,0.3);
}

.container {
    width:500px;
    height:auto;
    color:red;
}
.logoframe {
    Height:150px;
    width:auto;
    max-width:1100px;
    background-color: blue;
}
.logoframe img{
    height:50px;
    width:50px;
}