```
if ( $(window).width() > 739) {
//alert("I am here");
$('.k-PLAYr-content').css({"height": "auto"});
$('.k-PLAYr-content').css({"max-height": searchDateArea.length*70+"px"});
$('.k-PLAYr-layout .k-PLAYr-times').eq(1).css({"height": "auto"});
$('.k-PLAYr-layout .k-PLAYr-times').eq(1).css({"max-height": (searchDateArea.length*70)+"px"});
}
else {
$('.k-PLAYr-content').css({"height": "auto"});
$('.k-PLAYr-content').css({"max-height": searchDateArea.length*45+"px"});
```