Make video section mobile friendly

Hi @shilpa_etsy

You can try to add this code to the Custom CSS of your video section

@media (max-width: 749px) {
html .videoBackground .videoBox {
    height: auto;
    min-height: auto;
    padding: 0;
}
}