.slideshow {
  position: relative;
  z-index: 1;
  height: 290px;
  
}

.slideshow .slide.slick-slide:before{
	content:'';
	background: rgb(0 0 0 / 51%);
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	position:absolute;
	z-index:1;
}
  * {
    outline: none;
  }
 
  .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
.slide.slick-slide {
   height: 100%;
   position: relative;
   z-index: 1;
}
.slide.slick-slide img{
  width: 100%;
  height:290px;
  object-fit:cover;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.view-content .item-list {
    position: relative;
}
.slider-page-title {
    position: absolute;
    top: 50%;
    left: 0px;
	right:0px;
    transform: translatey(-50%);
	font-size: 48px;
    line-height: 55px;
	text-align:center;
    font-family: 'Criteria-Bold';
    color: #fff;
	padding:0px 3px;
    z-index: 1;
}
 
.slideshow .slider .slide .views-field.views-field-edit-node {
    position: absolute;
    right: 6px;
    bottom: 10px;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 2!important;
}
.slideshow .slider .slide .views-field.views-field-edit-node a {
    color: #bebebe;
}