.device_video,
.device_video-half {
  display: block;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}

.device_video svg,
.device_video-half svg {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.device_video .video,
.device_video-half .video {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

/* .device_video .video > div,
.device_video-half .video > div {
  margin-left: -11%;
  width: 122%;
} */

.device_video.iphone .video {
  top: 1.85%;
  left: 3.6%;
  width: 92.7%;
  height: 95.9%;
}

.device_video-half.iphone .video {
  top: 4.35%;
  left: 6.4%;
  width: 87%;
  height: 94.4%;
}

.device_video.android .video {
  top: 4.85%;
  left: 3.6%;
  width: 93.1%;
  height: 89.5%;
}

.device_video-half.android .video {
  top: 8.85%;
  left: 3.6%;
  width: 93.1%;
  height: 89.5%;
}

.bkgrd-overlay {
  position: relative;
  z-index: 3;
}

.bkgrd-overlay + .bloc {
  position: relative;
  z-index: 4;
}

.full-width-bloc .container.favorites-container {
  max-width: 1224px !important;
}
