/*
Theme name: Crescent Hotel
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/


.section-youtube--video iframe {
    width: 910px;
    margin: 0 auto;
    height: 400px;
	display: block !important;
}
.section-rooms-description .section__inner {
    margin: 0 -5px 10px;
}
.section-rooms-description .section__inner .section__content,
.section-rooms-description .section__inner .section__aside {
    padding: 0 5px;
}
 
.section-rooms-description .slider__navigation{
	display: none;
}

@media screen and (max-width:767px){
	.section-rooms-description .room-individual.room-individual--alt {
		height: unset;
		min-height: unset;
		width: 100%;
		display: block;
	}
	.section-rooms-description .room-individual.room-individual--alt .room__background {
		position: relative;
	}
	.section-rooms-description .room-individual.room-individual--alt .room__background img {
		height: auto;
		position: relative;
	}
}
