
span.thumb-info-action {
    display: none;
}
span.thumb-info-title {
    display: none;
}


@media screen and (max-width: 350px) {
    #bndes {
        width: 145px;
        height: 50px;
        background: url('http://www.airsolution.ind.br/wp-content/uploads/2015/07/bndes-e1436034473475.png') center no-repeat;
        position: absolute;
    	left: 50%;
    	margin-left: 15px !important;
    	top: 15px;
    	display: block;
    	z-index: 5;
    	/*box-shadow: 0 4px 4px rgba(0, 0, 0, .1);*/
    }
}

@media screen and (min-width: 351px) and (max-width: 899px) {
    #bndes {
        width: 145px;
        height: 50px;
    	background: url('http://www.airsolution.ind.br/wp-content/uploads/2015/07/bndes-e1436034473475.png') center no-repeat;
    	position: absolute;
    	right: 10px;
    	top: 15px;
    	display: block;
    	z-index: 5;
    	/*box-shadow: 0 4px 4px rgba(0, 0, 0, .1);*/
    }
}

@media screen and (min-width: 900px) {
    #bndes {
        width: 145px;
        height: 50px;
    	background: url('http://www.airsolution.ind.br/wp-content/uploads/2015/07/bndes-e1436034473475.png') center no-repeat;
    	position: absolute;
    	left: 50%;
    	margin-left: 418px;
    	top: 15px;
    	display: block;
    	z-index: 5;
    	/*box-shadow: 0 4px 4px rgba(0, 0, 0, .1);*/
    }
}