/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

#roomImagesBlock .room-images-left-block {
	 max-height: 530px;
	 padding: 5px;
}

#roomImagesBlock .room-images-left-block  img{
	display: block;
    width: 510px;
    height: 530px;
	padding: 5px;
	border-radius: 20px;
}

#roomImagesBlock .room-images-right-block {
	max-height: 530px;
	padding: 5px;
}

#roomImagesBlock .room-images-right-upper img {
	display: block;
    width: 100%;
    height: 210px;
	padding: 5px;
	border-radius: 12px;
}

#roomImagesBlock .room-images-right-lower img {
	display: block;
    width: 100%;
    height: 320px;
	padding: 5px;
	border-radius: 18px;
}

@media (max-width: 1199px) {

	#roomImagesBlock .room-images-left-block img {
		width: 395px;
    	height: 420px;
	}

	#roomImagesBlock .room-images-right-upper img {
		height: 180px;
	}

	#roomImagesBlock .room-images-right-lower img{
		height: 240px;
	}
  }

  @media (max-width: 991px) {

	#roomImagesBlock .room-images-left-block img {
		width: 285px;
    	height: 310px;
	}

	#roomImagesBlock .room-images-right-upper img {
		height: 150px;
	}

	#roomImagesBlock .room-images-right-lower img{
		height: 160px;
	}
  }

  @media (max-width: 768px) {

	#roomImagesBlock .room-images-left-block img {
		width: 94%;
		padding-right: 15px;
		border-radius: 20px 25px 25px 20px;
	}

	#roomImagesBlock .room-images-right-block {
		margin-left: 0px;
	}
  }

  @media (max-width: 550px) {

	#roomImagesBlock .room-images-left-block img {
		width: 92%;
		padding-right: 15px;
	}
}

#roomImagesBlock .home_block_description {
	padding-bottom: 40px;

}

#roomImagesBlock .room-images-right-block {
	margin-left: -20px;
    margin-right: -15px;
}

#roomImagesBlock .room-images-left-block {
	margin-right: -22px;
	margin-left: 22px;
}

#roomImagesBlock .room-images-right-upper {
	z-index: 1;
}

#roomImagesBlock .room-images-right-upper:nth-child(1)  {
	padding-right: 2px;
}

#roomImagesBlock .room-images-right-upper:nth-child(2)  {
	padding-left: 2px;
}

#roomImagesBlock .btn-view-all {
	position: absolute;
	right: 30px;
    bottom: 15px;
	border-radius: 5px;
	font-weight: 700;
}
