@media only screen and (min-width: 768px) {
    .contact-form {
    margin: 0 !important;
    width: 70%;
    }
}

.contact-form input {
  max-width: 100% !important;
}

p.discount-p {
	display:none;
}

.fancybox-button--pallet {
	display:none;
}

/* Scroll to top button styling
==================================================*/
.btn-scroll-to-top {
    background-color: transparent;
    display: none;
    position: fixed;
    bottom: 67px;
    right: 20px;
    border: 0px solid;
    height: 32px;
    width: 32px;
    border-radius: 50%; 
    text-align: center;
    line-height: 29px;
    vertical-align: middle;
    text-decoration: none;
    color:#77787b;
}

.btn-scroll-to-top:hover {
    text-decoration: none;
    color:#77787b;
}

a.btn-scroll-to-top {
	z-index: 3;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid;
  width: 100%;
  height: 100%;
}

.album-hero-copy h1 {
    text-align: center;
    padding: 60px 0px 80px 0px;
}