#UNSPartners .s-header.heading .heading-wrapper .logo img {
	max-width: 130px;
	max-height: 85px;
}

.usenet-button-wrapper {
    text-align: center;
}

.usenet-button-wrapper .usenet-button {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
	#UNSPartners .s-header.heading .heading-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (max-width: 480px) {
    #UNSPartners .s-header.heading .heading-wrapper .logo img {
        max-height: 60px;
        max-width: 100px;
    }

}

@media (max-width: 425px) {
    #UNSPartners .exclusive img {
        max-height: 35px;
        max-width: 150px;
    }
}