
.hidemobile { display:block}
.showmobile { display: none }
/* For mobile : like samsung grand(480 * 800): */
@media screen and (max-width : 480px) { .movies-coverphoto { width: 100%; height: auto }
    .movies-coverphoto img { width: 100%; height: auto !important }
    body.program main .main-content-wrapper .columns .column.content section.galleries .grid .grid-content .grid-item { padding: 0 15px; margin-bottom: 15px; box-sizing: border-box; width: 50% }

    .hidemobile { display: none !important }

    .showmobile { display:inline}
}





/* For iphone: */
@media screen and (max-width : 320px) {
    .movies-coverphoto { width: 100%; height: auto }
    .movies-coverphoto img { width: 100%; height: auto !important }
    body.program main .main-content-wrapper .columns .column.content section.galleries .grid .grid-content .grid-item { padding: 0 15px; margin-bottom: 15px; box-sizing: border-box; width: 50% }

    .hidemobile { display: none!important }
    .showmobile { display: inline }

}





/* For ipad: */
@media screen and (max-width : 768px) {
    .movies-coverphoto { width: 100%; height: auto }
    .movies-coverphoto img { width: 100%; height: auto !important }
    body.program main .main-content-wrapper .columns .column.content section.galleries .grid .grid-content .grid-item { padding: 0 15px; margin-bottom: 15px; box-sizing: border-box; width: 50% }

    .hidemobile { display: none !important }
    .showmobile { display: inline }
}
