.treefrog-logo-marquee {
	overflow: hidden;
	width: 100%;
}

.logo-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.logo-item {
	flex: 0 0 auto;
	/*padding: 0 20px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-width: 300px; 
    max-height: 300px; 
    width: auto;
    height: auto;
    display: block;
}
/*--------------------------------------------------------------
# Media - MAX
@media only screen and (min-width: 769px) and (max-width: 992px) {}
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
	.logo-item img {
	    max-width: 150px; 
	    max-height: 150px; 
	}
}