.maincontent {
  max-width:100%;
}

h1, h2, h3{
  font-family: 'Oswald', sans-serif;
}

.myButton {
	background-color:transparent;
	border-radius:10px;
	border:1px solid var(--accent-color);
	display:inline-block;
	cursor:pointer;
	color:var(--accent-color);
	font-size:19px;
	padding:10px 30px;
	text-decoration:none;
}
.myButton:hover {
	background-color:var(--accent-color)
;
        color:white;
        text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}

.clipped {
  max-height:400px;
  width:100%;
  overflow:hidden;
}

.overlay {
  position: relative;
}

.hero-logo {
  position: absolute;
  top:5%;
  right:2%;
  background:white;
  
}

.hero-panther {
  position: absolute;
  bottom:0;
  left:-15px;
  z-index:999998;
}

.hero-text-block {
  background-image:linear-gradient(to bottom, rgba(255,255,255,0.01), rgba(255,255,255,0.3), rgba(255,255,255,0.7),white);
  position: absolute;
  bottom:0;
  font-weight:700;
  width:100%;
  height:150px;
  margin:0;
  padding:70px 0 10px 0;
}

.hero-text-block-content {
  position:relative;
  color:black;
  z-index:2;
}

.hero-text-block-mobile {
  display:none;
  color: black;
  font-weight:700;
  border-left:5px solid #edaf87;
  padding:20px;
  background-color:white;
  width:100%;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor:pointer;
}

.gallery {
  margin-bottom:10px;
}

.gallery:hover img {
background:#fff;
  opacity: 0.3;
  cursor:pointer;
}



.overlay:hover .middle {
  cursor:pointer; 
  text-decoration:none;
  opacity:1;
}

.overlay:hover .middle a {
  text-decoration:none;
}

.modal {
  margin-top:100px;
}


@media only screen and (max-width: 768px) {
  .wsk-cp-product{
    max-width:400px;
  }
}

@media only screen and (max-width: 600px) {
   .hero-text-block-mobile {
     display:block;
     border-left:0px;
  }
   .hero {
     display:none;
  }
   
}

@media only screen and (max-width: 992px) {
     .main-row {
     margin-bottom:0px;
  }
     .clipped-main {
     padding-top:150px;
  }
}