@media screen and (max-width: 1100px)
{
.box1_right{
	width: 40.5%;
	float: left;
}
.ih-item.circle .img {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.ih-item.circle {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
}
}


@media screen and (max-width: 1100px)
{

.ih-item.circle .img {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.ih-item.circle {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 0.6em;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
}
}
