/* Start custom CSS for page-settings */.presentation-grid-video{
  display:grid;
  grid-template-columns:.96fr 1.04fr;
  gap:24px;
  align-items:stretch;
  margin-top:20px;
}

.presentation-media{
  overflow:hidden;
  padding:0;
  border-radius:26px;
}

.video-wrap{
  position:relative;
  width:100%;
  height:100%;
  min-height:430px;
  background:#0f1115;
  border-radius:26px;
  overflow:hidden;
}

.product-video{
  width:100%;
  height:100%;
  min-height:430px;
  display:block;
  object-fit:cover;
  background:#000;
}

.presentation-text{
  padding:28px;
}

.presentation-text p{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.85;
  color:#394150;
}

.presentation-text p:last-child{
  margin-bottom:0;
}

@media (max-width:1100px){
  .presentation-grid-video{
    grid-template-columns:1fr;
  }

  .video-wrap,
  .product-video{
    min-height:360px;
  }
}

@media (max-width:640px){
  .video-wrap,
  .product-video{
    min-height:260px;
  }

  .presentation-text{
    padding:22px;
  }
}/* End custom CSS */