.lpc-video-2[data-media-source="mobile"] .lpc-video-2__controls {
  display: block !important;
  width: 100%;
  top: 50%;
}
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  width: 700px;
  padding: 5px;
  background: #fff;
  max-width: 100%;
  border-radius: 5px 0 5px 5px;
  max-width: 100%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.sample-popup .sample-close {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.84' height='11.812' viewBox='0 0 11.84 11.812'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1091.92,347.374l-4.21,4.209a0.991,0.991,0,0,1-1.4-1.4l4.21-4.209-4.21-4.209a0.993,0.993,0,0,1,1.38-1.427,0.041,0.041,0,0,1,.02.025l9.81,9.82a0.991,0.991,0,1,1-1.4,1.4Zm4.2-7.013a0.993,0.993,0,0,1,1.43,1.377l-0.03.024-2.73,2.738a0.991,0.991,0,0,1-1.4-1.4Z' transform='translate(-1086 -340.063)'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 13px 13px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0 0 0 0;
}
.sample-popup .texts {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  color: #000;
}
.sample-popup .sample-popup-image {
  max-width: 300px;
  width: 300px;
  min-width: 300px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sample-popup .sample-popup-title {
  color: #0d37ed;
  font-size: 25px;
  margin-bottom: 10px;
}
.sample-popup .sample-popup-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #39363c;
}
.sample-popup .sample-popup-text p {
  text-align: center;
}
.sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
.sample-popup .sample-popup-btn {
  margin: 10px 0;
  text-align: center;
}
.sample-popup .sample-popup-btn a {
  display: inline-block;
  background: #0d37ed;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
}
.sample-popup .sample-popup-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 610px) {
  .sample-popup .sample-popup-in {
    flex-direction: column;
  }
  .sample-popup .sample-popup-image {
    padding: 5px;
    margin: 0 auto;
  }
  .sample-popup .sample-popup-image img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .sample-popup .sample-popup-image {
    margin: 25px auto 0;
  }
  .sample-popup .sample-close {
    width: 39px;
    height: 33px;
  }
}
@media screen and (max-width: 360px) {
  .sample-popup .sample-popup-image {
    max-width: 100%;
    width: auto;
    min-width: 200px;
  }
}
html {
  overflow-x: hidden;
}
