.benchmark-art .collat-hero-image {
overflow: hidden;
  position: relative
} 

.feature-block-video-wrap-bm-lp {
width:100%;
  height: 0;
  background-color: black;
  padding-top:25%;
  z-index:1;
    position: absolute;
    top:0;
    left:0;
   
}
 .feature-block-video-wrap-bm-lp video {
position: absolute;
  top:0;
  left:0;
  object-fit: cover;
  width:100%;
  height:100%;
}
@media(max-width: 767px) {
  .feature-block-video-wrap-bm-lp {

  padding-top:25%;

}
}
.desky {
display: block
}

.mobiley {
display: none
}
.benchmark-content-wrap {
max-width:1300px;
  box-sizing: border-box;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  background-color: #fff;
  padding: 1rem 2rem;
      position: relative;
    z-index: 4
}
.collat-title-wrap.benchmark-art {
max-width:5000px;
  padding:0px;
      
}

.benchmark-art .collat-hero-image {
width:100%;
  max-width:5000px;
  padding-top: 25%;
}
.subtitle {
font-size: 1.5em;
  font-weight:500;
  line-height:1.2em;
  color:#000;
  text-transform: uppercase;
  margin: .5em 0px
}

.authorss {
display:none
}
@media(max-width:767px){
.desky {
display: none
}

.mobiley {
display: block
}
@media(max-width:980px){
.benchmark-art .collat-hero-image {

  padding-top: 33.33%;
  min-height:250px
}
  .benchmark-content-wrap {

    margin-top: 0px;}
}