#s-logo-4{
    width: 6em;
    height: auto;
    background-image: url('https://porijazz.s3.amazonaws.com/assets/KOFF_Long_Drink_Vertical_Logo_Mono4.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
	#s-logo-4{
        width: 6em;
        height: auto;
    }
}

@media screen and (max-width: 550px) {
	#s-logo-4{
        width: 6em;
        height: auto;
    }
}

@media screen and (max-width: 450px) {
	#s-logo-4{
        width: 6em;
        height: auto;
    }
}

@media screen and (max-width: 350px) {
	#s-logo-4{
        width: 6em;
        height: auto;
    }
}

.sponsor-text{
    margin-bottom: 15px;
}