@media screen and (max-width: 600px) {
   .cover-utama{
        max-width: 100%;
        height: auto;
   }
   .ckeditor-image {
        max-width: 100%;
        max-height: 100%;
    }
    .gm-container {
        max-width: 100%;
        max-height: 100%;
    }
    .page-header{
        display:none;
    }
}