.cropped {
    width: 100%; /* width of container */
    height: 250px; /* height of container */
    overflow: hidden;

}

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

p {
  font-family: 'Montserrat', sans-serif;
}

.myButton {
	background-color:#EC1C2C;
	border:1px solid rgba(0,0,0,0.8);
	display:inline-block;
	cursor:pointer;
        border-radius:1px;
	color:white;
        font-family: 'Merriweather', serif;
	font-size:18px;
	padding:8px 26px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#EC1C2C;
        color:white;
        transform: scale(1.05);
        text-decoration:underline;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	background-color:transparent;
	border:1px solid #EC1C2C;
	display:inline-block;
	cursor:pointer;
        border-radius:1px;
	color:#000;
        font-family: 'Merriweather', serif;
	font-size:18px;
	padding:8px 26px;
	text-decoration:none;
}
.myButton2:hover {
	background-color:#EC1C2C;
        color:white;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.designer-box{
  margin:auto;
  width:80%;
  padding-top:8%;
}

.modal{
  margin-top:200px;
}

.overlay {
  position: relative;
  width:100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.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;
}

.overlay:hover .image {
  opacity: 0.6;
}

.overlay:hover .middle {
  opacity: 1;
  cursor:pointer;
}

.text {
  font-size: 16px;
  padding: 16px 32px;
}

.maincontent {
    position: relative;
    max-width: 100%;
}


/**** Hero Videos ****/
.hero-video-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    color: #fff;
}

.hero-video-overlay iframe {
    margin-top: 23%;
    opacity: 1 !important;
}


.hero-wrapper {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    z-index: 99;
    position: relative;
    padding: 10px;
}


.video-image-wrapper {
    position: relative;
    max-width: fit-content;
    margin: auto;
    text-align: center;
}


.video-image-wrapper i {
    position: absolute;
    left: 37%;
    top: 42%;
    font-size: 68px;
    color: #ffffff87;
    border: 5px solid;
    padding: 10px 20px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.closeVideo i {
    font-size: 24px;
}

.closeVideo a {
    color: white !important;
    text-decoration: none !important;
}

.closeVideo {
    cursor: pointer;
}

.clickVideo {
	cursor: pointer;
	text-align: center;
	font-family: verdana;
	max-width: fit-content;
	margin: 12px auto;
	font-size: 16px;
	padding: 8px 16px;
}

.clickVideo:hover p,
.clickVideo:hover i {
    color: #d9d9d9d6 !important;
}

.closing {
    text-align: center;
    font-family: verdana;
    visibility: hidden;
}


.show-btn {
    visibility: visible;
}

@media (max-width: 600px) {
.hero-video-overlay iframe {
	margin-top: 40%;
	opacity: 1 !important;
	max-width: 560px;
	width: 97%;
}
}