.logo-navbar{height:50px}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.teaming{
width:100%;
background-color:yellow;
}

@media (min-width: 400px) and (max-width: 1079px) {
	.teamimg{
		width:100%;
		display:block;
		background-color:blue;
	}
}
@media (min-width: 1080px) {
	.teamimg{
		width:33%;
		height:100%;
		float:left;
		background-color:red;
	}
}
