/*
Filename: rotating-heads.css
*/

.image-holder{
    position: relative;
    /* height: 310px; */
    /* margin-bottom: 20px; */
    /* background-color: #d8d8d8; */
    /* width: 100%; */
    /* box-shadow: 5px 0 35px rgba(0, 0, 0, 0.22); */
    /* float: left;*/
}


.head-image,.circle{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
	max-width:100%;
	
}


.shadow{
    
	box-shadow: 7px 0 35px rgba(0, 0, 0, 0.06);
}


.head-image{
    z-index: 0;
}

.circle{
    z-index: 2;
}

.front{
    z-index: 1;
}

.widget{
    padding: 30px 60px;
    position: relative;
    top: 0;
}