I need to make style changes in a nested div. Code below :
<div id="video_id" class="videoLayout">
<div style="width:695px;height:391px;"></div>
</div>
I want to change style in nested div to width:600px;height:340px;
when device ipad and orientation landscape. (media query / jquery any solution will do)
Anyone has any advise. Thanks