/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Template:     Divi
 Text Domain:  Divi-child
*/

.sponsor { margin-bottom: 10px; padding: 5px; overflow: hidden; float: left; position: relative; margin-left: 5px; height:170px;}
.sponsor1 { margin-bottom: 10px; padding: 5px; overflow: hidden; float: left; position: relative; margin-left: 5px; height:150px;}


@media only screen and (min-width: 768px) and (max-width: 980px)
{
	.sponsor{width:150px;height:140px;}
	.sponsor1{width:125px;height:115px}
}
@media only screen and (max-width: 768px)
{
	.sponsor{width:125px;height:110px;}
	.sponsor1{width:100px;height:90px;}
}


