

.video-wrapper {
  position: relative;
  background-color: white;
}
.casevideo-image {
  visibility: hidden;
}
.video-block:before {
  content: "";
  border-radius: var(--border-radius-regular);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  filter: brightness(0.7);
  height: calc(100% - 3px);
  background-size: cover;
}
.video-block video {
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius-regular);
}
.video-block .play {
  z-index: 2;
}
.no-margpad {
  margin: 0 !important;
  padding: 0 !important;
}
.case-video {
  margin-bottom: 10rem;
}
.video-block {
  width: 100%;
  border-radius: var(--border-radius-regular);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.case-video-wrapper img {
  width: 100%;
  height: auto;
}
.p-small {
  margin: 2rem 0 0 0 !important;
}
.play {
  width: 8.8rem;
  height: 8.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4.4rem;
  margin-top: -4.4rem;
  font-size: 8.8rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.play:hover {
  color: #fff !important;
  opacity: 0.8;
}
.video-block video {
  width: 100%;
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:inline-video] [30.71] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 120 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:main-video] [145.4018] DESIGN*/
/*******************************************************************/
/* 0.3 D>D */
/* db 171 */