a[href^="https://web.whatsapp.com/send?text="] {
  display: block !important;
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1199px) {
  
  .oxy-video-background .oxy-video-container video {
      width: 150% !important;
  }

}

@media screen and (max-width: 1080px) {


}

@media screen and (max-width: 768px) {
  
  .oxy-video-background .oxy-video-container video {
      width: 200% !important;
  }

}

@media screen and (max-width: 480px) {

    .oxy-video-background .oxy-video-container video {
    width: 350% !important;
}

ul.woof_products_top_panel_ul {
    display: block;
}

}

@media screen and (max-width: 400px) {

.mixedtitle, .dynamictext h3 {
    font-size: 40px;
}

.mixedtitle i {
    font-size: 50px;
}

@keyframes text2 {
  0%, 50%, 100% {
    width: 0;
  }
  
  60%, 90% {
    width: 210px;
  }
}
@keyframes text1 {
  0%, 50%, 100% {
    width: 0;
  }
  10%, 40% {
    width: 300px;
  }
}

}