@media only screen and (max-width: 1245px) {

  .home-section-2 .left {

    width: 60%;
    padding-right: 150px;

  }

  .home-section-2 .right {

    width: 40%;

  }

  .room-item .room-specs {

    width: 85%;

  }


}

@media only screen and (max-width: 1080px) {

  .home-section-2 .image-1 {

    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;

  }

  .home-section-2 .image-2 {

    width: 100%;
    height: 50%;
    top: 50%;
    left: 0px;

  }

  .home-section-2 .image-3 {

    display: none;

  }

  .home-section-2 .left {

    padding-right: 50px;

  }
	
	.home-section-3 {padding:60px 0;}
	
	.kamers-wrapper {margin-top:30px;}
  .kamers-wrapper .room-item-wrapper {

    width: 100%;

  }

  .room-item .room-specs {

    width: 380px;

  }

}

@media only screen and (max-width: 900px) {

  .home-section-2 {

    flex-direction: column;
    height: auto;

  }

  .home-section-2 .left {

    width: 100%;
    height: auto;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;

  }

  .home-section-2 .left .inner-wrapper {

    width: 90%;

  }

  .home-section-2 .left .inner-wrapper .subtitle {

    margin-top: 0px;

  }

  .home-section-2 .right {

    width: 100%;
    height: 400px;
    position: relative;

  }

  .home-section-2 .right .image-1 {

    height: 100%;
    width: 50%;

  }

  .home-section-2 .right .image-2 {

    left: 50%;
    top: 0px;
    height: 100%;
    width: 50%;

  }

  .home-section-4 {    flex-direction: column;    height: auto;  }

  .home-section-4 .left {    width: 100%;    height: 400px;  }

  .home-section-4 .right {    width: 100%;    padding-top: 60px;    padding-bottom: 60px;  }


}

@media only screen and (max-width: 600px) {
	.kamers-wrapper {gap:30px;}
	.room-item .room-images-wrapper {    transform: translateY(-30px);}
	.room-item-wrapper .room-item {margin-top:30px;}
	.room-specs, .room-item .button-wrapper {margin-top:30px;}
  .room-item-wrapper {

    padding: 0px !important;

  }

  .room-specs {

    display: block;
    width: 170px !important;

  }

  .room-specs li {

    height: 50px;
    width: 100%;
    border: none !important;
    padding-left: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;

  }

  .specs-home-right {

    margin-top: -15px;
    left: 100%;
    margin-left: 10px;

  }

  .specs-home-left {

    margin-top: -15px;
    left: -30px;

  }

  .home-section-2 .right {

    display: flex;
    flex-direction:column;
    height: 600px;

  }

  .home-section-2 .right .image-1 {

    position: relative;
    height: 50%;
    width: 100%;

  }

  .home-section-2 .right .image-2 {

    position: relative;
    left: 0px;
    top: 0px;
    height: 50%;
    width: 100%;

  }
	
	.home-section-4 .right {
		
		padding-left: 20px;;
		padding-right: 20px;
		
	}

}
