@media only screen and (max-width: 480px) {
/* 모바일 장치에 적용할 스타일은 여기에 작성합니다. */
    #gitple-container {
        width: 90% !important;
        height: 90% !important;
    }
}