.introWrapper {
    background-image: url(/cisiweb2/image/events/pf.jpg);
    background-position: center center;
}

.types {
	margin-bottom:30px !important;	
}
.etImage {
	width:170px !important;
	border-radius:200px;
	height:170px;
	background-size:100% 100%;
	margin:auto;
}

.modal-body .etImage {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 40px;
}
.et {
	text-align:center;
}
.mainWrapper .et h4 {
	font-size:16px !important;
	text-align:center !important;
	margin-top:20px !important;	
}
.et h5 {
	text-align:center !important;	
}
.et div p {
	color:#ffffff;
	opacity:0;
	font-size:14px;
	width:170px;
	height:170px;
	border-radius:200px;
		background:rgb(46,158,158);
	background:rgba(46,158,158,0.9);

	transition: opacity 0.35s;
}
.et div:hover p{
	opacity:1;
}


@media (max-width: 767px) {
	.et {
		min-height:0px;	
	}

}