
/* Play & Stop Buttons */
.vimeo-stop {
  font-size: 20px;
  font-weight: bold;
  width: 30px;
  background-color: #fff !important;
  color: #3a3a47;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 15px;
  right: 15px;
  border:none;
  border-radius:20px;
}
.vimeo-stop:hover {
color: #fff;
background-color: #3a3a47 !important;
}

.vimeo-playbtn{
border: none;
background-color: transparent;
}
/* Video Modal */
.height100 {
  height: 100%;
}
.modal-body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-example-vimeovideo {
  height: 40em;
  position: relative;
  overflow: hidden;
  
  &:after {
    content: '';
    background: linear-gradient(45deg,rgba(0, 0, 0, 0.6) 0,rgba(0, 0, 0, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.hero-example-vimeovideo > iframe {
    position: absolute;
    left: 0;
    right: 0;
    height: 1800em;
    margin-top: -900em;
    top: 50%;
    width: 100%;
  }

.hero-example-vimeovideo-mob {
  height: 40em;
  position: relative;
  overflow: hidden;
  
  &:after {
    content: '';
    background: linear-gradient(45deg,rgba(0, 0, 0, 0.6) 0,rgba(0, 0, 0, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
  
.videotextwrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 5;
}
.videotext {
    position: absolute;
    bottom: 1em;
    left: 0;
    padding: 1em;
    text-align: left;
    color: #fff;
}
.videotext h1 {
      text-align: left;
}
.videotext  p {
      font-size: 120%;
      line-height: 1.5;
}
.videoContentData{
    width: 100%;
    position: absolute;
    top: 30%;
    color: #fff;
    text-align: center;
}

.videoContentData h1{
font-size: 42px;
text-shadow: 1px 1px 2px #000000;
}

.videoContentData p{
color:#fff; text-align: center; font-size: 32px; font-style: italic; margin-bottom:0px;
}

.vimeo-play img{
    width: 70px;
}

.hero-example-vimeovideo-mob {	display:none;}
.hero-example-vimeovideo{	display:block;}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.hero-example-vimeovideo {  height: 30em; }
.videoContentData h1 {    font-size: 32px;}
.hero-example-vimeovideo-mob {	    background-image: url(../img/cyprs_background_Video.jpg);	background-size: cover;	}
.hero-example-vimeovideo-mob {	display:block;}
.hero-example-vimeovideo{	display:none;}
.modal-body iframe {
    position: relative;
    height: auto;
    min-height: 210px;
    width: 100%;
}
.modal-body {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
	background-color: #000;
}
}

@media only screen and (min-width: 480px) and (max-width: 790px) {
.hero-example-vimeovideo {  height: 28em; }
.videoContentData h1 {    font-size: 32px;}
.hero-example-vimeovideo-mob {	    background-image: url(../img/cyprs_background_Video.jpg);background-size: cover;}
.hero-example-vimeovideo-mob {	display:block;}
.hero-example-vimeovideo{	display:none;}
}

#videoModal{padding-right: 0px !important;}