.block_for_effect{
    width: 100%;    
    padding-left: 10%;
    padding-right: 5%;
}
.item-hover{
    display: inline-block;
}
.item-hover-devel {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover-devel,
.item-hover-devel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-hover-devel a {
    color: #333;
}
.item-hover-devel a:hover {
    text-decoration: none;
}

.item-hover-devel.circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color:transparent;
}
.item-hover-devel.circle .content-block {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.item-hover-devel.circle .content-block:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover-devel.circle .content-block img {
    border-radius: 50%;
    width: 100%;
    height: 100%;    
}
.item-hover-devel.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-hover-devel.circle.effect1 .spinner {
    width: 160px;
    height: 160px;
    border: 5px solid #76B9D7;
    border-right-color: #C7C7C7;
    border-bottom-color: #C7C7C7;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.item-hover-devel.circle.effect1 .content-block {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}
.item-hover-devel.circle.effect1 .content-block:before {
    display: none;
}
.item-hover-devel.circle.effect1.colored .info {
    background: rgba(7, 67, 89, 0.6);
}
.item-hover-devel.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.item-hover-devel.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 20px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.item-hover-devel.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-hover-devel.circle.effect1.counterclockwise a:hover .spinner {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.item-hover-devel.circle.effect1 a:hover .info {
    opacity: 1;
}


@media handheld, only screen and (max-width: 685px) {
   .item-hover-devel{
        display: inline-block;
        width: 18%;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    } 
    .block_for_effect{
        width: 100%;    
        padding-left: 30%;
        padding-right: 5%;
    }
}