body {
    background-color: #0d2132;
}
  
html, body {
    margin: 0; 
    height: 100%; 
    background-image: url(img/colunas.png);
    background-size: cover;
    background-blend-mode: multiply;
    overflow: hidden
}

.ssl_img{
    border: none;
    float:right;
    padding: 5px;
}

@media (min-width: 600px) {

    div#responsive-imgs img {
        display: block;
        margin: 10% auto auto auto;
        max-width: 70%;
    }

    #wrapper {
        float:right !important;
        bottom:5px;
        width:20%;
        position:absolute;
    }

    #wrapper img{
        width:100%;
    }

}
  
@media (max-width: 600px) {

    div#responsive-imgs img {
        display: block;
        margin: 15% auto auto auto;
        max-width: 100%;
    }

    #wrapper {
        width:40%;
        float: right !important;
        bottom:5px;
        position:absolute;
    }

    #wrapper img{
        width:100%;
    }

}
  
  	
  