void Awake()
 {
     _camPos = GameObject.FindGameObjectWithTag("MainCamera").GetComponent<CameraPosition>();
     _defaultSize = _camPos.GetComponent<Camera>().orthographicSize;
 }