.vlt-custom--8131 {
	bottom: -250px;
	left: -200px;
	max-width: 550px;
}

.vlt-custom--1451 {
	top: -25px;
	left: -30px;
	width: 256px;
	height: 208px;
}

@media only screen and (max-width: 575px) {
	.vlt-custom--1451 {
		top: -100px;
		left: -100px;
	}
}

.vlt-custom--1512 {
	bottom: -28vw;
	left: 50vw;
	width: 75vw;
	height: 75vw;
	background-size: cover;
}

.vlt-custom--4124 {
	top: 0;
	right: 0;
	bottom: 0;
	width: 40vw;
	height: 100%;
	background-position: top left;
	background-size: cover;
}

@media only screen and (max-width: 991px) {
	.vlt-custom--4124 {
		right: 0;
		width: 50vw;
	}
}

@media only screen and (max-width: 767px) {
	.vlt-custom--4124 {
		right: -50vw;
		width: 100vw;
	}
}

.vlt-custom--1259 {
	top: -20px;
	right: -5px;
	width: 256px;
	height: 208px;
}

.vlt-custom--2355 {
	bottom: -250px;
	left: 0;
	width: 389px;
	height: 550px;
}

.schedule-embed {
  width: 100%;
  overflow: hidden;
}

.schedule-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 75vh;
  min-height: 590px;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .vlt-fullpage-slider .vlt-section[data-anchor="Studio"] .vlt-section__content {
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .vlt-fullpage-slider .vlt-section[data-anchor="Studio"] .container {
    max-width: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-embed {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .schedule-embed iframe {
    width: 100%;
    min-width: 480px;
    height: 78vh;
    min-height: 650px;
  }
}

.prices-table {
  width: 100%
}

.prices-table td{
  padding: 5px;
}

.prices-title {
  font-size: 1.3em;
}
.prices-hint {
  font-size: 1.em;
}

.prices-price {
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
}
