.channel-card:not(.channel-card-big) {
  max-height: 35vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1700px) {
  .channel-card:not(.channel-card-big) {
    max-height: 580px;
  }
}
@media screen and (max-width: 640px) {
  .channel-card:not(.channel-card-big) {
    max-height: none;
    width: 100%;
  }
}
.channel-card:not(.channel-card-big) img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: 0.3s;
  transform-origin: top;
}
.channel-card:not(.channel-card-big) img.channel-ss {
  overflow: hidden;
  flex-grow: 1;
  padding-bottom: 30px;
}
.channel-card:not(.channel-card-big):hover img.channel-phone {
  transform: scale(0.62);
}
@media screen and (max-width: 1280px) {
  .channel-card:not(.channel-card-big):hover img.channel-phone {
    transform: scale(0.6);
  }
}
.channel-card:not(.channel-card-big):hover img {
  transform: scale(0.76);
}
@media screen and (max-width: 1280px) {
  .channel-card:not(.channel-card-big):hover img {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 640px) {
  .channel-card:not(.channel-card-big):hover img[class] {
    transform: none;
  }
}
.channel-card:not(.channel-card-big) .demo-button {
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1280px) {
  .channel-card:not(.channel-card-big) .demo-button {
    left: 5%;
    width: 90%;
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .channel-card:not(.channel-card-big) .demo-button {
    position: static;
    width: 100%;
  }
}

section.demo-section .demo-button {
  height: 80px;
  width: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  border: 0;
  padding: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(20px);
}
section.demo-section .demo-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  section.demo-section .demo-button {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section.demo-section .demo-button {
    height: 52px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  section.demo-section .demo-button {
    opacity: 1;
    visibility: visible;
    margin: 10px auto 20px;
    transform: none;
  }
}

.channel-card:hover .demo-button {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.demo-area {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(10px);
  overflow: auto;
  top: 0;
}
.jfHeader-sticky-on .demo-area {
  height: calc(100% - 64px);
  top: 64px;
}
@media screen and (max-width: 1024px) {
  .demo-area {
    height: 100%;
    top: 0;
  }
  .jfHeader-sticky-on .demo-area {
    height: calc(100% - 45px);
    top: 45px;
  }
}

#demo-area-title h3 {
  margin-bottom: 0;
}

[data-demo-iframe] {
  display: none;
}

.demo-iframe-container {
  max-width: 1040px;
  height: 100%;
}

[data-demo-type=phone] .demo-iframe,
[data-demo-type=whatsapp] .demo-iframe,
[data-demo-type=app] .demo-iframe {
  height: 640px;
}

[data-demo-type=phone] .demo-iframe-container {
  background-color: #e732a2;
}

[data-demo-type=whatsapp] .demo-iframe-container {
  background-color: #ace5b5;
}

[data-demo-type=app] .demo-iframe-container {
  background-color: #323097;
}