.rf_gallery_7 .gallery_title{
	width: 100%;
	height: auto;
}
.rf_gallery_7 .gallery_title .title{
	padding: 15px;
	margin-bottom: 5px;
}

.rf_gallery_7 .img_wrapper{
	margin-bottom: 20px;
}

.rf_gallery_7 .img_wrapper .rf_7_image .image{
	width: 100%;
	height: auto;	
}
.rf_gallery_7 .img_wrapper .rf_7_image .image img{
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 4%;
	object-fit: cover;
	transition:.5s ease-in-out;
}
.rf_gallery_7 .img_wrapper .rf_7_image .image img:hover{
	cursor: pointer;
	border-radius: 8%;
	transition:.5s ease-in-out;
	-webkit-transform: rotate(6deg);
}

.rf_gallery_7 .img_wrapper .img_title .title{
	padding: 7px 10px 20px 14px;
	margin: 0px !important;
}

.rf_gallery_7 .img_wrapper .img_title .title:hover{
	text-decoration: none;
}
