  html, body {
  height: 100%;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 100%;
  height: 60px;
  max-width: 680px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #ffffff;
  background-color: #d287ae;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px #ffffff;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding-left: 70px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 20px;
  }

.button:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 20px #d287ae;
  color: #d287ae;
  transform: translateY(-3px);
}

body {
  background-image: url('https://victoriaboutiqueria.com/gallery/back_victoria_soon.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  background-position:center;
} 

button img{
    width: 42px;
    height: 42px;
    position:absolute;
    left:30px;
    margin-top:-10px;
    border-radius: 150px;
}

* {
	 box-sizing: border-box;
}
 img {
	 max-width: 100%;
	 vertical-align: top;
}
 .gallery {
	 display: flex;
	 margin: 10px auto;
	 max-width: 600px;
	 position: relative;
	 padding-top: 66.6666666667%;
}
 @media screen and (min-width: 600px) {
	 .gallery {
		 padding-top: 400px;
	}
}
 .gallery__img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 transition: opacity 0.3s ease-in-out;
}
 .gallery__thumb {
	 padding-top: 6px;
	 margin: 6px;
	 display: block;
}
 .gallery__selector {
	 position: absolute;
	 opacity: 0;
	 visibility: hidden;
}
 .gallery__selector:checked + .gallery__img {
	 opacity: 1;
}
 .gallery__selector:checked ~ .gallery__thumb > img {
	 box-shadow: 0 0 0 3px #d287ae;
}

.video-responsive {
	height: 340px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
        max-width: 600px;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
	
	.social-icons {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }
        .social-icons a {
            text-decoration: none;
            font-size: 20px;
            color: #FFFFFF;
        }
        .social-icons a img {
            width: 30px;
            height: 30px;
        }
        .social-icons a:hover {
            opacity: 0.7;
        }
        
 #background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

