#asm3-adoptables {
	
}
#asm3-adoptables .asm3-adoptable-item {
	
}
.team-section .asm3-filters {
	display: none !important;
}
.asm3-filters {
	border: 1px solid red;
    border-radius: 14px;
    background: #fff8f8;
	margin-bottom: 30px;
}
#c67,
#c69,
#c70,
#c74,
#c72,
#c78,
#c76,
#c71 {
	text-align: center;
}


#asm3-adoptable-iframe-overlay {
	/*
	z-index: 9999;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 450px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin-left: -225px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
	*/
}

@media only screen and (min-width: 992px){
	#asm3-adoptables {
		padding: 0 14%;
	}
	#asm3-adoptables .asm3-adoptable-item {
		width: 33%;
	}
}
@media only screen and (max-width: 767px){
	#asm3-adoptables .asm3-adoptable-item {
		width: 100%;
	}
}
