.rf_gallery_9 .gallery_title{
	width: 100%;
}

.rf_gallery_9 .gallery_title .title{
	margin: 0;
	padding-top: 13px;
}

.rf_gallery_9 .rf_9_wrapper{
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px)  {

	.rf_gallery_9 .rf_9_wrapper .image{
		width: 240px;
		height: 240px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {

	.rf_gallery_9 .col-md-3 .image{
		width: 150px;
		height: 150px;
	}

	.rf_gallery_9 .col-md-2 .image{
		width: 97px;
		height: 97px;
	}

	.rf_gallery_9 .col-md-4 .image{
		width: 214px;
		height: 214px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.rf_gallery_9 .col-md-3 .image{
		width: 200px;
		height: 200px;
	}

	.rf_gallery_9 .col-md-2 .image{
		width: 133px;
		height: 133px;
	}

	.rf_gallery_9 .col-md-4 .image{
		width: 283px;
		height: 283px;
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.rf_gallery_9 .col-md-3 .image{
		width: 260px;
		height: 260px;
	}

	.rf_gallery_9 .col-md-2 .image{
		width: 166px;
		height: 166px;
	}

	.rf_gallery_9 .col-md-4 .image{
		width: 344px;
		height: 344px;
	}
}

.rf_gallery_9 .rf_9_wrapper .image img {
  width: 100%;
	height: 100%;
	border-radius: 50%;
	display:block;
  position: relative;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}

.rf_gallery_9 .rf_9_wrapper .image:hover img {
	transform:scale(0.9);
	-ms-transform:scale(0.9);
	-webkit-transform:scale(0.9);
}
