/**/
.gif-btn-control{
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 40px;
  height: 40px;
  z-index: 11;
}
.gif-btn-control a{
  position: absolute;
  /* right: 20px;
  bottom: 20px; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  display: block;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  box-sizing: border-box;
  /*outline: none;*/ /*WCAG 2023*/
  cursor: pointer;
  background: url(https://dlcdnwebimgs.asus.com/files/media/488238AD-8516-4DF6-B456-E836746B45BF/v1/img/play-pause.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: -65px center;
  background-color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.gif-btn-control a:hover{
  opacity: 1;
}
.gif-btn-control a:active{
  opacity: 0.7;
}
.gif-btn-control a.play{
  background-position: 14px center;
}

#PB-width-full #PB-Upgrade .mainfull .gif-btn-control .play-pause-button{
      position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
  border-radius: 50%;
  border: none;
  display: block;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  box-sizing: border-box;
  /*outline: none;*/ /*WCAG 2023*/
  cursor: pointer;
  background: url(https://dlcdnwebimgs.asus.com/files/media/488238AD-8516-4DF6-B456-E836746B45BF/v1/img/play-pause.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: -65px center;
  background-color: #000;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#PB-width-full #PB-Upgrade .mainfull .gif-btn-control .play-pause-button:hover{
  opacity: 1;
}
#PB-width-full #PB-Upgrade .mainfull .gif-btn-control .play-pause-button:active{
  opacity: 0.7;
}
#PB-width-full #PB-Upgrade .mainfull .gif-btn-control .play-pause-button.play{
  background-position: 14px center;
}



  /*gif control*/
  .gif-container{
          position: relative;
    min-height: auto;
    width: auto;
    display: inline-block;
  }
  .gif-container img{
    width: 100%;
  }
  .gif-container .gif{
      display: block !important;
  }
  .gif-container .gifstop{
      display: none !important;
  }
  .gif-container.pause .gif{
      display: none !important;
  }
  .gif-container.pause .gifstop{
      display: block !important;
  }
.gif_box.row{
    display: flex;
    margin:20px 0 0;
}
.gif_box.row .gif-container{
    margin: 0 18px;
    width: 50%;
}
.gif_box.row .gif-container h3{
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
}
.rs-section-new-0 .gif_box.row .gif-container h3{
    width: 100%;
    text-align: center;
    margin: 5px 0;
    font-size: 1.1em;
    color: #0073d1;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .gif_box.row{
        flex-direction: column;
    }
    .gif_box.row .gif-container{
        margin: 0 0px 20px;
        width: 100%;
    }
}