@charset "utf-8";

.site-renewal {
  cursor: pointer;
  z-index: 1500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.site-renewal::before {
  cursor: pointer;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@supports (backdrop-filter: blur(5px)) {
  .site-renewal::before {
    backdrop-filter: blur(5px);
  }
}

.site-renewal-text {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
}

.site-renewal img {
  display: block;
  width: 600px;
  margin: 0 auto;
}

.site-renewal-text strong {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.2em;
}

.site-renewal-text .copyright {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 20px;
}

.main-swiper {
  width: 100%;
  height: 100vh;

  transition: transform 0.4s ease-in-out;
}

.main-swiper.disabled {
  transform: translateX(30%);
}

.main-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-img.swiper-slide-active {
  transform: scale(1.5) !important;
  transition: transform 30s linear;
}

.img-1 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view00-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view00-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view00-1920.webp") 2x);
}

.img-2 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view01-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view01-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view01-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view01-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view01-1920.webp") 2x);
}

.img-3 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view02-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view02-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view02-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view02-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view02-1920.webp") 2x);
}

.img-4 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view03-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view03-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view03-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view03-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view03-1920.webp") 2x);
}

.img-5 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view04-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view04-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view04-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view04-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view04-1920.webp") 2x);
}

.img-6 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view05-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view05-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view05-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view05-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view05-1920.webp") 2x);
}

.img-7 {
  background-image: url(https://cdn.merrydoghaus.com/photos/main/view06-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view06-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view06-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view06-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view06-1920.webp") 2x);
}

.main-text-wrap {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 60%;
  left: 30px;
}

.mobile-text-wrap {
  display: none;
}

.main-text-wrap .title-text p {
  display: block;
  position: absolute;
  left: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  animation-name: fadeIn, moveRight;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.main-text-wrap .small-text {
  position: absolute;
  top: 150px;
  left: 0;
  opacity: 0;
  animation-name: fadeIn, moveLeft;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

.main-text-wrap .small-text p {
  display: inline-block;
  margin-top: 8px;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.main-text-wrap .small-text img {
  display: inline-block;
  width: 25px;
  margin: 0 6px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes moveRight {
  from {
    left: -100px;
  }
  to {
    left: 0px;
  }
}

@keyframes moveLeft {
  from {
    left: 100px;
  }
  to {
    left: 0px;
  }
}

section {
  margin: 120px auto !important;
  padding: 0 30px !important;
  max-width: 1320px;
  transition: transform 0.4s ease-in-out;
}

section.disabled {
  transform: translateX(30%);
}

.rooms-wrap {
  position: relative;
  margin: 120px 30px !important;
  height: 1440px;
  /* height: 950px; */
}

.rooms {
  box-sizing: border-box;
  position: relative;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.rooms-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.8s ease-in-out;
}

.rooms:hover .rooms-img {
  transform: scale(1.1);
}

.rooms-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.room-a {
  float: left;
  width: 41.666%;
  height: 950px;
  /* height: 100%; */
}

.rooms-vertical-wrap {
  box-sizing: border-box;
  float: right;
  padding-left: 30px;
  width: 58.333%;
  height: 950px;
}

.room-b {
  width: 100%;
  height: 100%;
}

.room-c {
  width: 100%;
  height: 100%;
}

.room-d {
  width: 100%;
  height: 460px;
}

.rooms-horizon-wrap {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
}

.rooms-alone-wrap {
  float: left;
  width: 100%;
  height: 460px;
  padding-top: 30px;
  box-sizing: border-box;
}

.rooms-horizon-wrap:first-child {
  padding-bottom: 15px;
}

.rooms-horizon-wrap:last-child {
  padding-top: 15px;
}

.room-a .rooms-img {
  background-image: url(https://cdn.merrydoghaus.com/photos/room/a03/room00-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1920.webp") 2x);
}

.room-b .rooms-img {
  background-image: url(https://cdn.merrydoghaus.com/photos/room/b01/room00-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1920.webp") 2x);
}

.room-c .rooms-img {
  background-image: url(https://cdn.merrydoghaus.com/photos/room/c02/room00-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1920.webp") 2x);
}

.room-d .rooms-img {
  background-image: url(https://cdn.merrydoghaus.com/photos/room/private-d/room00-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1920.webp") 2x);
}

.rooms-text {
  position: absolute;
  top: 20%;
  left: 30px;
  font-size: 20px;
}

.rooms-text a {
  color: #fff;
}

.room-a .rooms-text {
  top: 40%;
}

.rooms-text strong {
  font-size: 150px;
}

.rooms-button {
  box-sizing: border-box;
  width: 200px;
  margin: 40px 0;
  padding: 18px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #fff;

  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.rooms-button:hover {
  color: #484640 !important;
  background-color: #fff;
}

.space-wrap {
  position: relative;
  margin: 120px 0;
}

body h2 {
  color: #343434;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
}

.space-swiper {
  width: 100%;
  margin-top: 50px;
}

.space-pagination {
  position: relative !important;
}

.space-pagination .swiper-pagination-bullet {
  margin: 0 4px !important;
}

.space-img {
  height: 20vw;
  min-height: 200px;
  max-height: 300px;
  margin-bottom: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.space-img-1 {
  background-image: url(https://cdn.merrydoghaus.com/photos/special/cafe-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/cafe-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/cafe-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/cafe-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/cafe-1920.webp") 2x);
}

.space-img-2 {
  background-image: url(https://cdn.merrydoghaus.com/photos/special/playground-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/playground-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/playground-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/playground-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/playground-1920.webp") 2x);
}

.space-img-3 {
  background-image: url(https://cdn.merrydoghaus.com/photos/special/fire-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/fire-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/fire-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/fire-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/fire-1920.webp") 2x);
}

.space-img-4 {
  background-image: url(https://cdn.merrydoghaus.com/photos/special/swimming-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/swimming-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/swimming-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/swimming-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/swimming-1920.webp") 2x);
}

.space-img-5 {
  background-image: url(https://cdn.merrydoghaus.com/photos/special/game-1440.webp);
  background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/game-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/game-1920.webp") 2x);
  background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/game-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/game-1920.webp") 2x);
}

.space-swiper h3 {
  color: #484640;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.space-swiper p {
  padding: 0 10%;
  margin-top: 24px;
  color: #484640;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .site-renewal img {
    display: block;
    width: 250px;
    margin: 10vh auto 0;
  }

  .site-renewal-text strong {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 5px;
  }

  .site-renewal-text .copyright {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    font-size: 12px;
  }

  body h2 {
    color: #343434;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  body h2::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #343434;
    margin: 20px auto 0;
  }

  section {
    margin: 60px 15px !important;
    padding: 0 0 !important;
  }

  .nav-small .logo {
    width: 100px !important;
    height: 100px !important;
  }

  .logo img {
    width: 100px !important;
  }

  .main-swiper {
    height: 70vw;
  }

  .main-text-wrap {
    display: none;
  }

  .mobile-text-wrap {
    position: relative;
    background-image: url(https://cdn.merrydoghaus.com/photos/about/aboutus-1440.webp);
    background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/about/aboutus-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/aboutus-1920.webp") 2x);
    background-image: image-set(url("https://cdn.merrydoghaus.com/photos/about/aboutus-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/aboutus-1920.webp") 2x);
    display: block;
    margin: 80px 0;
    width: 100%;
    height: 43vw;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-text-cover {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .mobile-text-wrap .title-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }

  .mobile-text-wrap .small-text {
    top: 80px;
  }

  .mobile-text-wrap .small-text p {
    font-size: 18px;
  }

  .mobile-text-wrap .small-text img {
    width: 18px;
  }

  .rooms-wrap {
    height: auto;
    overflow: auto;
    margin: 80px 30px !important;
  }

  .rooms {
    width: 100%;
    height: 200px;
  }

  .room-a {
    margin-bottom: 30px;
  }

  .rooms-text {
    top: 12% !important;
  }

  .rooms-vertical-wrap {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .rooms-alone-wrap {
    width: 100%;
    height: auto;
  }

  .rooms-horizon-wrap {
    height: auto;
  }

  .rooms-horizon-wrap:first-child {
    padding-bottom: 30px;
  }

  .rooms-horizon-wrap:last-child {
    padding-top: 0;
  }

  .rooms-text {
    font-size: 16px;
  }

  .rooms-text strong {
    font-size: 80px;
  }

  .rooms-button {
    margin: 10px 0;
    padding: 12px;
    width: 150px;
    font-size: 16px;
  }

  .space-wrap {
    margin: 60px 0;
  }

  .space-img {
    height: 35vw;
    min-height: 0;
    margin-bottom: 18px;
  }

  .space-swiper {
    margin-top: 20px;
  }

  .space-swiper h3 {
    font-size: 20px;
  }

  .space-swiper p {
    margin-top: 18px;
    font-size: 14px;
  }
}


/* R2 image-set: 모바일(≤768px) 저해상도 분기 (자동 생성) */
@media (max-width: 768px) {
	.img-1 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view00-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view00-1920.webp") 2x);
	}
	.img-2 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view01-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view01-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view01-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view01-1920.webp") 2x);
	}
	.img-3 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view02-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view02-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view02-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view02-1920.webp") 2x);
	}
	.img-4 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view03-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view03-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view03-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view03-1920.webp") 2x);
	}
	.img-5 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view04-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view04-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view04-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view04-1920.webp") 2x);
	}
	.img-6 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view05-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view05-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view05-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view05-1920.webp") 2x);
	}
	.img-7 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/main/view06-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view06-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/main/view06-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/main/view06-1920.webp") 2x);
	}
	.room-a .rooms-img {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/a03/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/a03/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/a03/room00-1920.webp") 2x);
	}
	.room-b .rooms-img {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/b01/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/b01/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/b01/room00-1920.webp") 2x);
	}
	.room-c .rooms-img {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/c02/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/c02/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/c02/room00-1920.webp") 2x);
	}
	.room-d .rooms-img {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/room/private-d/room00-1920.webp") 2x);
	}
	.space-img-1 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/cafe-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/cafe-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/cafe-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/cafe-1920.webp") 2x);
	}
	.space-img-2 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/playground-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/playground-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/playground-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/playground-1920.webp") 2x);
	}
	.space-img-3 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/fire-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/fire-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/fire-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/fire-1920.webp") 2x);
	}
	.space-img-4 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/swimming-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/swimming-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/swimming-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/swimming-1920.webp") 2x);
	}
	.space-img-5 {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/special/game-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/game-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/special/game-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/special/game-1920.webp") 2x);
	}
	.mobile-text-wrap {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/about/aboutus-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/aboutus-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/about/aboutus-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/aboutus-1920.webp") 2x);
	}
}
