@media all and (max-width: 720px) {
    body {
    	background-image: url('../bahan/background nelayan (smartphone).png');
    	background-size: cover;
    	background-repeat: no-repeat;
    	width: 100%;
	}

    #tabbed_box {
    	width: 500px;
    }
}