/* your styles go here */

#small-logo {display:inline-block; margin-top:-5px;}

.bashshield {
	background-size: contain !important;
    background-image: url(../img/works/bashshieldf.png) !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: 50% 100% !important;
    padding-bottom: 40% !important;
    margin: 0 50% !important;
    left: -17% !important;
    padding-top: 10px !important;
}


@media (max-width: 990px) {
	.bashshield {
	    background-image: url(../img/works/bashshieldfsm.png) !important;
	    background-size: 100% !important;
	    margin: 0 !important;
	    left: 0 !important;
	    padding-bottom: 50% !important;
	}
}