#textcontainer {
  position: relative;
  margin-left: 30%;
  margin-top: 50px;
}

.icon-large {
  width: 220px;
  height: 220px;
  border-radius: 38px;
  top: 50%;
  left: 50%;
  margin-top: 30%;
  margin-left: 45%;
  transform: translate(-50%, -50%);
}

.icon-lifx {
  background: radial-gradient(circle at 50% 10%, #ab2cc6, #3f44ee 80%);
}

.bulb {
  width: 106px;
  height: 100px;
  border: 17px solid #fff;
  border-radius: 50%;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 94px;
}

@-webkit-keyframes wifi1 {
  0% {
    width: 60px;
    height: 50px;
    top: 57px;
    border-width: 15px;
  }
  100% {
    width: 120px;
    height: 120px;
    top: 60px;
  }
}

@keyframes wifi1 {
  0% {
    width: 60px;
    height: 50px;
    top: 57px;
    border-width: 15px;
  }
  100% {
    width: 120px;
    height: 120px;
    top: 60px;
  }
}
@-webkit-keyframes wifi0 {
  0% {
    width: 0;
    height: 0;
    top: 63px;
    border-width: 17px;
  }
  100% {
    width: 60px;
    height: 50px;
    top: 57px;
    border-width: 15px;
  }
}
@keyframes wifi0 {
  0% {
    width: 0;
    height: 0;
    top: 63px;
    border-width: 17px;
  }
  100% {
    width: 60px;
    height: 50px;
    top: 57px;
    border-width: 15px;
  }
}
.wifi {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border-style: solid;
  border-width: 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 147px;
}
.wifi:before, .wifi:after {
  content: "";
  display: block;
  position: absolute;
}
.wifi:before {
  width: 60px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-width: 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 57px;
  -webkit-animation: wifi1 0.5s linear infinite;
          animation: wifi1 0.5s linear infinite;
}
.wifi:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 17px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 63px;
  -webkit-animation: wifi0 0.5s linear infinite;
          animation: wifi0 0.5s linear infinite;
}


.wymopage3_section4{width: 100%; padding: 80px 30px;}
.wymopage3_section4 .content{width: 100%;text-align: center;}
.wymopage3_section4 .content .iframe{display: inline-block;height: 700px;width: 100%;}