.author-image img{
	width: 100%;
	height: auto;
}

.carousel-limit-height {
	max-height: 450px !important;
	overflow: hidden;
}

.carousel-limit-height img {
	height: 450px !important;
	width: auto !important;
}

.galleries-area{
	display: block !important;
}

iframe{
	width: 100% !important;
}

@media(min-width: 1168px){
	
	iframe{
        	width: 800px !important;
	}

	.galleries-area {
		display: flex !important;
	}

}

