body.widget-snippet .cremation-services-video .video-button,
.fee .cremation-services-video .video-button{
    padding:35px;
}
.cremation-services-video {
    position: relative;
}
.cremation-services-video video {
   width:100%;
   height:900px;
   object-fit: cover;
}
.cremation-services-video .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width:995px;
    width: 100%;
   text-align: center;
}

.cremation-services-video p {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    line-height: 33px;
    letter-spacing:0.32px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
    color:rgba(255, 255, 255, 0.8);
}
.cremation-services-video h2{
  color:#fff;
  font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
  font-size: 50px;
  line-height: 64px;
  letter-spacing:0.32px;
  text-align: center;
  margin:0 0 16px 0;
  padding:0;

}
.cremation-services-video .left-part h2 span{
  display:block
}

.cremation-services-video .video{
  position:relative;
  
}
.cremation-services-video .video:after{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  background-color:#000000;
  opacity:0.46;
  width:100%;
  height:99.4%;
}
.cremation-services-video .video-button {
    margin-top:40px;
}
.cremation-services-video .video-button p{
    margin:0;
    padding:0;
}
.cremation-services-video .video-button a {
    display: block;
    cursor: pointer;
    position:relative;
}
.cremation-services-video .video-button a::before {
  position: absolute;
  content: '';
  width: 43px;
  height: 43px;
  background: url('/template/06f6972a/images/video-play-btn.svg') no-repeat;
  background-position: 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.cremation-services-video .video-button a:hover::before {
  background-position: 0 -73px;
}
.cremation-services-video .video-button a:hover svg path{
  fill:#648AA8;
}
/* site popup design */
.wc-site-popup.popup.anim-fade-zoom {
    left: 50%;
    top: 50%;
    transform: scale(0.8) translate(-50%, -50%);
    transform-origin: 0 0;
    z-index:99999;
    padding: 0;
    gap: 40px;
}
.wc-site-popup.popup.anim-fade-zoom.active {
    transform: scale(1) translate(-50%, -50%);
    max-width: 70%;
}
.wc-site-popup.popup {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.wc-site-popup.popup  .header {
    height: 1px;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}
.wc-site-popup.popup  .header .popup-title {
    display: none;
}
.popup-mask {
    background-color: rgba(0,0,0,0.7);
}
.wc-site-popup.popup .close-icon::after {
    color: #fff;
    content: "\f00d";
    font-size: 22px !important;
    line-height: 38px;
    font: normal normal normal 14px / 1 FontAwesome;
    line-height: 25px;
}
.wc-site-popup.popup .close-icon {
    right: -45px;
    top: 0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 0px rgba(0,0,0,.8)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#648AA8;
}
.wc-site-popup.popup .close-icon:hover {
    background:#577893;
}
/*.wc-site-popup.popup .close-icon {
    border-radius: 0;
    position: absolute;
    top: 15px;
    right:10px;
    background: url(/template/80b91752/images/close-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    filter: unset;
    background-size: 15px;
}
.wc-site-popup.popup .close-icon:hover{
    opacity: 0.6;
}
.wc-site-popup.popup .close-icon:after {
    color: #fff;
    font-size: 15px;
    display: none;
}*/

.wc-site-popup.popup .content {
    padding:0;
    background-color: #ffffff;
    border-radius: 0;
}
.wc-site-popup.popup .content figure{
    padding:0;
    margin:0;
}
.wc-site-popup.popup .content {
  padding: 25px;
  margin: 0;
  border-radius: 15px;
}

.fee .cremation-services-video .video-button a::before {
  transform: translate(-50%,-50%);
  top: 50%;
}
body.widget-snippet .cremation-services-video video {
  height: 500px;
}
.fee .cremation-services-video .video-content{
  z-index:99999;
}
body.widget-snippet .cremation-services-video .video-content{
  position: relative;
  top: unset;
  left: unset;
  -ms-transform: unset;
  transform: unset;
  width: 100%;
  margin: 28px auto;
  background-color: #000;
  padding: 30px;
}
/*
body.widget-snippet .video-button a {
  filter: brightness(0%);
}*/
