<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 768px) {
	.gallery_title {
		width: 270px;
		height: 65px;
	}
		
	.category_div a img {
		transition: inherit;
		transform: scale(1.05);
	}
	
	.category_div a:hover img {
		transform: scale(1.1);
	}

	section .category_div &gt; a &gt; div {
		margin-bottom: 10px;
	}
	
	.rooms_gallery_padding {
		padding: 0;
	}
	
	
}

@media only screen and (min-width: 768px) {
	.gallery_title {
		width: 270px;
		height: 65px;
	}
		
	.category_div a img {
		transition: inherit;
		transform: scale(1.05);
	}
	
	.category_div a:hover img {
		transform: scale(1.1);
	}

	section .category_div &gt; a &gt; div {
		margin-bottom: 0;
	}
	
	.rooms_gallery_padding {
		padding: 0 0 0 5px;
	}
	
	
}

@media only screen and (min-width: 1024px) {
	.gallery_title {
		width: 270px;
		height: 65px;
	}
		
	.category_div a img {
		transition: inherit;
		transform: scale(1.05);
	}
	
	.category_div a:hover img {
		transform: scale(1.1);
	}

	section .category_div &gt; a &gt; div {
		margin-bottom: 0;
	}
	
	.rooms_gallery_padding {
		padding: 0 0 0 15px;
	}
	
}

@media only screen and (min-width: 1250px) {
	.gallery_title {
		width: 290px;
		height: 90px;
	}
		
	.category_div a img {
		transition: all .7s ease-in-out;
		transform: scale(1.05);
	}
	
	.category_div a:hover img {
		transform: scale(1.1);
	}

	section .category_div &gt; a &gt; div {
		margin-bottom: 0;
	}
	
	.rooms_gallery_padding {
		padding: 0 0 0 30px;
	}
	
}

/* # */
	
/* # */

/* . */
	
	section .op_image {
		background: #fff;
		border: 3px solid #d1b283;
		transition: all 0.2s ease-in-out;
	}
	
	section .op_image:hover {
		border: 3px solid #AB1E22;
	}
	
	section .category_div h2 {
		color: #bf944c;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		font-size: 24px;
		text-transform: uppercase;
	}
	
	.gallery_title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: rgba(255,255,255,0.8);
	}
	
	.m_div {
		cursor: pointer;
		position: relative;
	}
	.m_div img {
		position: relative;
		border: 2px solid transparent;
		transition: all .2s ease-in-out;
		z-index: 5;
	}
	
	.m_div:hover img {
		border-bottom: 2px solid #bf944c;
	}
	
	.video_gallery_blocks:hover .video_title {
		color: #bf944c;
	}
		
	.m_video_iframe {
		height: 100%;
		margin: 0;
		width: 100%;
	}
	
	.m_div:hover .m_play_icon_div {
		opacity: 1;
	}
	
	.m_play_icon_div {
		background-image: url(/modules/video_gallery/images/play_icon.png);
		left: 50%;
		opacity: .7;
		width: 100px;
		height: 70px;
		position: absolute;
		transform: translate(-50%,-50%);
		top: 50%;
		z-index: 10;
		transition: all .2s ease-in-out;
	}
	
	.gallery_padding {
		padding: 13px 0;
	}
	
	.gallery_inside_title {
		padding: 30px 0;
	}

	.gallery_title_h1 {
		padding-top: 15px;
	}

	section .category_div &gt; a &gt; div {
		position: relative;
		overflow: hidden;
	}
	
	.video_title {
		text-align: center;
		color: #bf944c;
		margin: 10px 0;
		cursor: pointer;
		transition: all .2s ease-in-out;
	}
	
	.mobile_iframe {
		height: 200px;
	}
	
	.mobile_video {
		margin-bottom: 30px;
	}
/* . */</pre></body></html>